Lines Matching refs:saved_config
226 int saved_config = inb_p(hp_base + HP_CONFIGURE); in hp_reset_8390() local
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() local
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() local
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() local
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()