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

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

Completed in 70 milliseconds