Searched refs:RX_INT (Results 1 – 2 of 2) sorted by relevance
395 #define RX_INT 0x02 macro508 #define eepro_ack_rx(ioaddr) outb (RX_INT, ioaddr + STATUS_REG)1202 while (((status = inb(ioaddr + STATUS_REG)) & (RX_INT|TX_INT)) && (boguscount--)) in eepro_interrupt()1204 if (status & RX_INT) { in eepro_interrupt()
441 #define RX_INT 0x00000040 macro