Lines Matching refs:NE_BASE
54 #define NE_BASE (dev->base_addr) macro
349 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
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()
396 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
400 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
441 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_block_input()
443 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
448 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
459 int nic_base = NE_BASE; in apne_block_output()
494 outw(*ptrs++, NE_BASE+NE_DATAPORT); in apne_block_output()
498 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
503 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()