Lines Matching refs:NE_DATAPORT
158 #define NE_DATAPORT 0x10 /* NatSemi-defined port window offset. */
391 SA_prom[i] = inb(ioaddr + NE_DATAPORT);
392 SA_prom[i+1] = inb(ioaddr + NE_DATAPORT);
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);
738 outsw(NE_BASE + NE_DATAPORT, buf, count>>1);
740 outsb(NE_BASE + NE_DATAPORT, buf, count);