Home
last modified time | relevance | path

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

/external/syslinux/memdisk/
Dbda.h24 #define BIOS_EQUIP 0x410 /* BIOS equipment list */ macro
Dsetup.c1058 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()
Ddskprobe.c160 uint8_t equip = rdz_8(BIOS_EQUIP); in probe_bda_drive()