Home
last modified time | relevance | path

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

/external/grub/netboot/
Deepro.c185 #define ID_REG 0x02 /* Register 2 */ macro
511 id = inb(ioaddr + ID_REG); in eepro_probe1()
515 if (((id = inb(ioaddr + ID_REG)) & R_ROBIN_BITS) != (counter + 0x40)) in eepro_probe1()