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