Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp.c53 #define HP_DATAON 0x10 /* Turn on dataport */ macro
250 outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_get_8390_hdr()
263 outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_get_8390_hdr()
279 outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_input()
303 outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_input()
313 outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_output()
360 outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_output()