Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp.c48 #define HP_DATAPORT 0x0c /* "Remote DMA" data port. */ macro
259 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in hp_get_8390_hdr()
261 insb(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in hp_get_8390_hdr()
287 insw(nic_base - NIC_OFFSET + HP_DATAPORT,buf,count>>1); in hp_block_input()
289 buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++; in hp_block_input()
291 insb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count); in hp_block_input()
344 outsw(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count>>1); in hp_block_output()
346 outsb(nic_base - NIC_OFFSET + HP_DATAPORT, buf, count); in hp_block_output()
Dhp-plus.c76 #define HP_DATAPORT 0x0c /* I/O data transfer in Perf_Page. */ macro
325 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in hpp_io_get_8390_hdr()
337 insw(ioaddr + HP_DATAPORT, buf, count>>1); in hpp_io_block_input()
339 buf[count-1] = inw(ioaddr + HP_DATAPORT); in hpp_io_block_input()
383 outsl(ioaddr + HP_DATAPORT, buf, (count+3)>>2); in hpp_io_block_output()