Searched refs:BIOS32 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/32/
H A Dbios.cpp51 BIOS32 = '_23_', enumerator in enum:__anon5328
81 * the BIOS32 service directory is not available, or B_BAD_VALUE
140 case BIOS32:
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp392 #define BIOS32(v) (romAddr[v] | \ macro
459 if (BIOS32(lcdTable) == 0x544d5224) { // is LCD table signature correct?
466 BIOS32(lcdTable));
536 pll.min_pll_freq = BIOS32(pllInfoBlock + 0x12);
537 pll.max_pll_freq = BIOS32(pllInfoBlock + 0x16);

Completed in 70 milliseconds