Lines Matching defs:NE_BASE
156 #define NE_BASE (dev->base_addr)
557 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET);
563 while ((inb_p(NE_BASE+EN0_ISR) & ENISR_RESET) == 0)
568 outb_p(ENISR_RESET, NE_BASE + EN0_ISR); /* Ack intr. */
598 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
600 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr));
639 insw(NE_BASE + NE_DATAPORT,buf,count>>1);
642 buf[count-1] = inb(NE_BASE + NE_DATAPORT);
648 insb(NE_BASE + NE_DATAPORT, buf, count);
683 int nic_base = NE_BASE;
738 outsw(NE_BASE + NE_DATAPORT, buf, count>>1);
740 outsb(NE_BASE + NE_DATAPORT, buf, count);