Lines Matching refs:NE_BASE
55 #define NE_BASE (dev->base_addr) macro
369 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
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()
416 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
420 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
461 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_block_input()
463 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
468 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
479 int nic_base = NE_BASE; in apne_block_output()
514 outw(*ptrs++, NE_BASE+NE_DATAPORT); in apne_block_output()
518 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
523 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()