Lines Matching refs:outb
224 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET); in apne_probe1()
232 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1()
258 outb(program_seq[i].value, ioaddr + program_seq[i].offset); in apne_probe1()
280 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
307 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
369 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
380 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
405 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_get_8390_hdr()
406 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
407 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
408 outb(0, nic_base + NE_EN0_RCNTHI); in apne_get_8390_hdr()
409 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in apne_get_8390_hdr()
410 outb(ring_page, nic_base + NE_EN0_RSARHI); in apne_get_8390_hdr()
411 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD); in apne_get_8390_hdr()
423 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
451 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_block_input()
452 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
453 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_input()
454 outb(count >> 8, nic_base + NE_EN0_RCNTHI); in apne_block_input()
455 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input()
456 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in apne_block_input()
457 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD); in apne_block_input()
471 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
500 outb(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base + NE_CMD); in apne_block_output()
502 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
505 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_output()
506 outb(count >> 8, nic_base + NE_EN0_RCNTHI); in apne_block_output()
507 outb(0x00, nic_base + NE_EN0_RSARLO); in apne_block_output()
508 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
510 outb(E8390_RWRITE+E8390_START, nic_base + NE_CMD); in apne_block_output()
518 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
531 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()