Searched refs:HP_DATAPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dhp.c48 #define HP_DATAPORT 0x0c /* "Remote DMA" data port. */ macro
281 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
283 insb(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr));
309 insw(nic_base - NIC_OFFSET + HP_DATAPORT,buf,count>>1);
311 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++;
313 insb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count);
366 outsw(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count>>1);
368 outsb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count);
H A Dhp-plus.c76 #define HP_DATAPORT 0x0c /* I/O data transfer in Perf_Page. */ macro
356 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
368 insw(ioaddr + HP_DATAPORT, buf, count>>1);
370 buf[count-1] = inw(ioaddr + HP_DATAPORT);
414 outsl(ioaddr + HP_DATAPORT, buf, (count+3)>>2);

Completed in 43 milliseconds