Home
last modified time | relevance | path

Searched refs:crc_val (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp149 ret += fread(&curr_seg->crc_val, 4, 1, file); in DSPLoadMicrocode()
166 PRINT(("Microcode: curr_seg->crc_val: %x\n", curr_seg->crc_val)); in DSPLoadMicrocode()
232 curr_seg->crc_val = strtoul(tmp3, NULL, 16); in DSPLoadMicrocode()
250 PRINT(("Microcode: curr_seg->crc_val: %x\n", curr_seg->crc_val)); in DSPLoadMicrocode()
451 fb_scratch1 = (unsigned int)seg_list->crc_val; in DspLoad()
496 fb_scratch1 = (unsigned int)seg_list->crc_val; in DspLoad()
H A DTheatreReg.h1347 unsigned int crc_val; member