Searched refs:BIOS_EQUIP (Results 1 – 3 of 3) sorted by relevance
24 #define BIOS_EQUIP 0x410 /* BIOS equipment list */ macro
1058 wrz_8(BIOS_EQUIP, rdz_8(BIOS_EQUIP) & ~0xc1); in setup()1090 uint8_t equip = rdz_8(BIOS_EQUIP); in setup()1158 uint8_t equip = rdz_8(BIOS_EQUIP); in setup()1168 wrz_8(BIOS_EQUIP, equip); in setup()
160 uint8_t equip = rdz_8(BIOS_EQUIP); in probe_bda_drive()