Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp356 uint32 seg_id = 0; in DspLoad() local
381 seg_id = 1; in DspLoad()
450 …fb_scratch0 = ((seg_list->num_bytes << 16) & 0xffff0000) | ((seg_id << 8) & 0xff00) | (0xff & 193); in DspLoad()
470 seg_id++; in DspLoad()
495 …fb_scratch0 = ((seg_list->num_bytes << 16) & 0xffff0000) | ((seg_id << 8) & 0xff00) | (0xff & 193); in DspLoad()
503 PRINT(("Microcode: DSP failed to move seg: %x from data to code memory\n", seg_id)); in DspLoad()
507 PRINT(("Microcode: segment: %x loaded\n", seg_id)); in DspLoad()
514 …fb_scratch0 = ((seg_list->num_bytes << 16) & 0xffff0000) | ((seg_id << 8) & 0xff00) | (0xff & 194); in DspLoad()
521 PRINT(("Microcode: DSP failed to move seg: %x from data to code memory\n", seg_id)); in DspLoad()