Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp.c50 #define HP_CONFIGURE 0x08 /* Configuration register. */ macro
158 outb_p(irqmap[irq] | HP_RUN, ioaddr + HP_CONFIGURE); in hp_probe1()
159 outb_p( 0x00 | HP_RUN, ioaddr + HP_CONFIGURE); in hp_probe1()
226 int saved_config = inb_p(hp_base + HP_CONFIGURE); in hp_reset_8390()
229 outb_p(0x00, hp_base + HP_CONFIGURE); in hp_reset_8390()
234 outb_p(saved_config, hp_base + HP_CONFIGURE); in hp_reset_8390()
248 int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_get_8390_hdr()
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()
275 int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_input()
[all …]