Lines Matching refs:EN0_ISR
202 {0xFF, EN0_ISR}, in get_prom()
479 outb_p(0xFF, nic_base + EN0_ISR); /* Clear bogus intr. */ in axnet_open()
531 if ((inb_p(nic_base+EN0_ISR) & ENISR_RESET) != 0) in axnet_reset_8390()
535 outb_p(ENISR_RESET, nic_base + EN0_ISR); /* Ack intr. */ in axnet_reset_8390()
563 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
923 isr = inb(e8390_base+EN0_ISR); in axnet_tx_timeout()
1119 inb_p(e8390_base + EN0_ISR), in ax_interrupt()
1127 inb_p(e8390_base + EN0_ISR)); in ax_interrupt()
1129 outb_p(0x00, e8390_base + EN0_ISR); in ax_interrupt()
1133 while ((interrupts = inb_p(e8390_base + EN0_ISR)) != 0 && in ax_interrupt()
1139 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1146 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1148 if (!(inb(e8390_base + EN0_ISR) & interrupts)) in ax_interrupt()
1150 outb_p(0, e8390_base + EN0_ISR); in ax_interrupt()
1151 outb_p(interrupts, e8390_base + EN0_ISR); in ax_interrupt()
1184 outb_p(ENISR_ALL, e8390_base + EN0_ISR); /* Ack. most intrs. */ in ax_interrupt()
1188 outb_p(0xff, e8390_base + EN0_ISR); /* Ack. all intrs. */ in ax_interrupt()
1494 unsigned char tx_completed = inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
1656 outb_p(0xFF, e8390_base + EN0_ISR); in AX88190_init()
1681 outb_p(0xff, e8390_base + EN0_ISR); in AX88190_init()