Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Deepro.c399 #define R_ROBIN_BITS 0xc0 /* round robin counter */ macro
785 counter = id & R_ROBIN_BITS; in eepro_probe1()
787 if ((inb(ioaddr + ID_REG) & R_ROBIN_BITS) != (counter + 0x40)) in eepro_probe1()