Lines Matching refs:outb_p
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()
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()
250 outb_p(saved_config | HP_DATAON, nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_get_8390_hdr()
251 outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base); in hp_get_8390_hdr()
252 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in hp_get_8390_hdr()
253 outb_p(0, nic_base + EN0_RCNTHI); in hp_get_8390_hdr()
254 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in hp_get_8390_hdr()
255 outb_p(ring_page, nic_base + EN0_RSARHI); in hp_get_8390_hdr()
256 outb_p(E8390_RREAD+E8390_START, nic_base); 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()
280 outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base); in hp_block_input()
281 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in hp_block_input()
282 outb_p(count >> 8, nic_base + EN0_RCNTHI); in hp_block_input()
283 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in hp_block_input()
284 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in hp_block_input()
285 outb_p(E8390_RREAD+E8390_START, nic_base); 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()
320 outb_p(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base); in hp_block_output()
325 outb_p(0x42, nic_base + EN0_RCNTLO); in hp_block_output()
326 outb_p(0, nic_base + EN0_RCNTHI); in hp_block_output()
327 outb_p(0xff, nic_base + EN0_RSARLO); in hp_block_output()
328 outb_p(0x00, nic_base + EN0_RSARHI); in hp_block_output()
330 outb_p(E8390_RREAD+E8390_START, nic_base + NE_CMD); in hp_block_output()
336 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in hp_block_output()
337 outb_p(count >> 8, nic_base + EN0_RCNTHI); in hp_block_output()
338 outb_p(0x00, nic_base + EN0_RSARLO); in hp_block_output()
339 outb_p(start_page, nic_base + EN0_RSARHI); in hp_block_output()
341 outb_p(E8390_RWRITE+E8390_START, nic_base); in hp_block_output()
360 outb_p(saved_config & (~HP_DATAON), nic_base - NIC_OFFSET + HP_CONFIGURE); in hp_block_output()
370 outb_p(irqmap[irq&0x0f] | HP_RUN, in hp_init_card()