Searched refs:ENISR_TX (Results 1 – 3 of 3) sorted by relevance
474 if (interrupts & ENISR_TX) in __ei_interrupt()585 ei_outb_p(ENISR_TX, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_intr()826 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
198 #define ENISR_TX 0x02 /* Transmitter, no error */ macro
1158 if (interrupts & ENISR_TX) in ax_interrupt()1491 unsigned char tx_completed = inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()