Lines Matching refs:HP_CONFIGURE
50 #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()
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()
311 int saved_config = inb_p(nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_output()
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()
371 dev->base_addr - NIC_OFFSET + HP_CONFIGURE); in hp_init_card()