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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dhp.c48 #define HP_DATAPORT 0x0c /* "Remote DMA" data port. */ macro
260 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
262 insb(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr));
288 insw(nic_base - NIC_OFFSET + HP_DATAPORT,buf,count>>1);
290 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++;
292 insb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count);
345 outsw(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count>>1);
347 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
365 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
377 insw(ioaddr + HP_DATAPORT, buf, count>>1);
379 buf[count-1] = inw(ioaddr + HP_DATAPORT);
423 outsl(ioaddr + HP_DATAPORT, buf, (count+3)>>2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dhp.c48 #define HP_DATAPORT 0x0c /* "Remote DMA" data port. */ macro
260 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
262 insb(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr));
288 insw(nic_base - NIC_OFFSET + HP_DATAPORT,buf,count>>1);
290 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++;
292 insb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count);
345 outsw(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count>>1);
347 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
365 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
377 insw(ioaddr + HP_DATAPORT, buf, count>>1);
379 buf[count-1] = inw(ioaddr + HP_DATAPORT);
423 outsl(ioaddr + HP_DATAPORT, buf, (count+3)>>2);

Completed in 180 milliseconds