Lines Matching refs:NE_EN0_ISR
61 #define NE_EN0_ISR 0x07 macro
226 while ((inb(ioaddr + NE_EN0_ISR) & ENISR_RESET) == 0) in apne_probe1()
232 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1()
248 {0xFF, NE_EN0_ISR}, in apne_probe1()
375 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
380 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
406 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
423 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
452 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
471 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
502 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
523 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()
531 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()