Lines Matching refs:NE_BASE
55 #define NE_BASE (dev->base_addr) macro
363 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
369 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
374 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
410 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
414 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
455 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_block_input()
457 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
462 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
473 int nic_base = NE_BASE; in apne_block_output()
508 outw(*ptrs++, NE_BASE+NE_DATAPORT); in apne_block_output()
512 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
517 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()