Home
last modified time | relevance | path

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

/external/grub/netboot/
Deepro.c186 #define R_ROBIN_BITS 0xc0 /* round robin counter */ macro
514 counter = id & R_ROBIN_BITS; in eepro_probe1()
515 if (((id = inb(ioaddr + ID_REG)) & R_ROBIN_BITS) != (counter + 0x40)) in eepro_probe1()