Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp148 ret += fread(&curr_seg->download_dst, 4, 1, file); in DSPLoadMicrocode()
165 PRINT(("Microcode: curr_seg->download_dst: %x\n", curr_seg->download_dst)); in DSPLoadMicrocode()
231 curr_seg->download_dst = strtoul(tmp2, NULL, 16); in DSPLoadMicrocode()
249 PRINT(("Microcode: curr_seg->download_dst: %x\n", curr_seg->download_dst)); in DSPLoadMicrocode()
515 fb_scratch1 = (unsigned int)seg_list->download_dst; in DspLoad()
H A DTheatreReg.h1346 unsigned int download_dst; member