Searched defs:init2 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c139 uint16 init2 = rom[offset + 20] + (rom[offset + 21] * 256); local
161 uint16 init2 = rom[offset + 20] + (rom[offset + 21] * 256); local
233 static status_t coldstart_card(uint8* rom, uint16 init1, uint16 init2, uint16 init_size, uint16 ram_tab) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c140 uint16 init2 = rom[offset + 20] + (rom[offset + 21] * 256); local
168 uint16 init2 = rom[offset + 20] + (rom[offset + 21] * 256); local
245 static status_t coldstart_card(uint8* rom, uint16 init1, uint16 init2, uint16 init_size, uint16 ram_tab) argument
[all...]

Completed in 44 milliseconds