Lines Matching refs:NE_EN0_ISR
60 #define NE_EN0_ISR 0x07 macro
185 while ((inb(ioaddr + NE_EN0_ISR) & ENISR_RESET) == 0) in apne_probe1()
191 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1()
207 {0xFF, NE_EN0_ISR}, in apne_probe1()
355 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
360 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
386 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
403 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
432 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
451 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
482 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
503 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
511 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()