Lines Matching refs:EN0_ISR
268 isr = ei_inb(e8390_base+EN0_ISR); in __ei_tx_timeout()
447 ei_inb_p(e8390_base + EN0_ISR), in __ei_interrupt()
456 ei_inb_p(e8390_base + EN0_ISR)); in __ei_interrupt()
459 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 && in __ei_interrupt()
464 ei_outb_p(interrupts, e8390_base + EN0_ISR); in __ei_interrupt()
484 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
489 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
501 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt()
504 ei_outb_p(0xff, e8390_base + EN0_ISR); /* Ack. all intrs. */ in __ei_interrupt()
557 ei_outb_p(ENISR_TX_ERR, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_err()
586 ei_outb_p(ENISR_TX, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_intr()
773 ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); in ei_receive()
827 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
843 ei_outb_p(ENISR_OVER, e8390_base+EN0_ISR); in ei_rx_overrun()
1042 ei_outb_p(0xFF, e8390_base + EN0_ISR); in __NS8390_init()
1063 ei_outb_p(0xff, e8390_base + EN0_ISR); in __NS8390_init()