Lines Matching refs:EN0_ISR
265 isr = ei_inb(e8390_base+EN0_ISR); in __ei_tx_timeout()
444 ei_inb_p(e8390_base + EN0_ISR), in __ei_interrupt()
453 ei_inb_p(e8390_base + EN0_ISR)); in __ei_interrupt()
456 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 && in __ei_interrupt()
461 ei_outb_p(interrupts, e8390_base + EN0_ISR); in __ei_interrupt()
481 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
486 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
498 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt()
501 ei_outb_p(0xff, e8390_base + EN0_ISR); /* Ack. all intrs. */ in __ei_interrupt()
554 ei_outb_p(ENISR_TX_ERR, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_err()
583 ei_outb_p(ENISR_TX, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_intr()
766 ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); in ei_receive()
820 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
836 ei_outb_p(ENISR_OVER, e8390_base+EN0_ISR); in ei_rx_overrun()
1034 ei_outb_p(0xFF, e8390_base + EN0_ISR); in __NS8390_init()
1055 ei_outb_p(0xff, e8390_base + EN0_ISR); in __NS8390_init()