Lines Matching refs:NE_DATAPORT
159 #define NE_DATAPORT 0x10 /* NatSemi-defined port window offset. */ macro
338 ((u32 *)SA_prom)[i] = le32_to_cpu(inl(ioaddr + NE_DATAPORT)); in ne2k_pci_init_one()
341 SA_prom[i] = inb(ioaddr + NE_DATAPORT); in ne2k_pci_init_one()
503 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne2k_pci_get_8390_hdr()
505 *(u32*)hdr = le32_to_cpu(inl(NE_BASE + NE_DATAPORT)); in ne2k_pci_get_8390_hdr()
542 insw(NE_BASE + NE_DATAPORT,buf,count>>1); in ne2k_pci_block_input()
544 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in ne2k_pci_block_input()
547 insl(NE_BASE + NE_DATAPORT, buf, count>>2); in ne2k_pci_block_input()
553 *b++ = cpu_to_le16(inw(NE_BASE + NE_DATAPORT)); in ne2k_pci_block_input()
557 *buf = inb(NE_BASE + NE_DATAPORT); in ne2k_pci_block_input()
610 outsw(NE_BASE + NE_DATAPORT, buf, count>>1); in ne2k_pci_block_output()
612 outsl(NE_BASE + NE_DATAPORT, buf, count>>2); in ne2k_pci_block_output()
618 outw(le16_to_cpu(*b++), NE_BASE + NE_DATAPORT); in ne2k_pci_block_output()