Lines Matching refs:NE_EN0_ISR
56 #define NE_EN0_ISR 0x07 macro
216 while ((inb(ioaddr + NE_EN0_ISR) & ENISR_RESET) == 0) in apne_probe1()
222 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1()
238 {0xFF, NE_EN0_ISR}, in apne_probe1()
364 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
369 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
395 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
412 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
441 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
460 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
491 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
512 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
520 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()