Lines Matching refs:EN0_ISR
267 isr = ei_inb(e8390_base+EN0_ISR); in __ei_tx_timeout()
446 ei_inb_p(e8390_base + EN0_ISR), in __ei_interrupt()
455 ei_inb_p(e8390_base + EN0_ISR)); in __ei_interrupt()
458 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 && in __ei_interrupt()
463 ei_outb_p(interrupts, e8390_base + EN0_ISR); in __ei_interrupt()
483 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
488 ei_outb_p(ENISR_RDC, e8390_base + EN0_ISR); in __ei_interrupt()
500 ei_outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in __ei_interrupt()
503 ei_outb_p(0xff, e8390_base + EN0_ISR); /* Ack. all intrs. */ in __ei_interrupt()
556 ei_outb_p(ENISR_TX_ERR, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_err()
585 ei_outb_p(ENISR_TX, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_intr()
772 ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); in ei_receive()
826 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
842 ei_outb_p(ENISR_OVER, e8390_base+EN0_ISR); in ei_rx_overrun()
1041 ei_outb_p(0xFF, e8390_base + EN0_ISR); in __NS8390_init()
1062 ei_outb_p(0xff, e8390_base + EN0_ISR); in __NS8390_init()