Lines Matching refs:NE_BASE
50 #define NE_BASE (dev->base_addr) macro
358 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
364 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
369 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
405 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
409 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_get_8390_hdr()
450 *ptrs++ = inw(NE_BASE + NE_DATAPORT); in apne_block_input()
452 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
457 *ptrc++ = inb(NE_BASE + NE_DATAPORT); in apne_block_input()
468 int nic_base = NE_BASE; in apne_block_output()
503 outw(*ptrs++, NE_BASE+NE_DATAPORT); in apne_block_output()
507 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
512 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0) in apne_block_output()