Lines Matching defs:NE_BASE
55 #define NE_BASE (dev->base_addr)
369 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET);
375 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0)
380 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */
416 *ptrs++ = inw(NE_BASE + NE_DATAPORT);
420 *ptrc++ = inb(NE_BASE + NE_DATAPORT);
461 *ptrs++ = inw(NE_BASE + NE_DATAPORT);
463 buf[count-1] = inb(NE_BASE + NE_DATAPORT);
468 *ptrc++ = inb(NE_BASE + NE_DATAPORT);
479 int nic_base = NE_BASE;
514 outw(*ptrs++, NE_BASE+NE_DATAPORT);
518 outb(*ptrc++, NE_BASE + NE_DATAPORT);
523 while ((inb(NE_BASE + NE_EN0_ISR) & ENISR_RDC) == 0)