Lines Matching refs:outb

214 	outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET);  in apne_probe1()
222 outb(0xff, ioaddr + NE_EN0_ISR); /* Ack all intr. */ in apne_probe1()
248 outb(program_seq[i].value, ioaddr + program_seq[i].offset); in apne_probe1()
270 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
297 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
358 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in apne_reset_8390()
369 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
394 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_get_8390_hdr()
395 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_get_8390_hdr()
396 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
397 outb(0, nic_base + NE_EN0_RCNTHI); in apne_get_8390_hdr()
398 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in apne_get_8390_hdr()
399 outb(ring_page, nic_base + NE_EN0_RSARHI); in apne_get_8390_hdr()
400 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD); in apne_get_8390_hdr()
412 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_get_8390_hdr()
440 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_block_input()
441 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_input()
442 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_input()
443 outb(count >> 8, nic_base + NE_EN0_RCNTHI); in apne_block_input()
444 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input()
445 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in apne_block_input()
446 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD); in apne_block_input()
460 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_input()
489 outb(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base + NE_CMD); in apne_block_output()
491 outb(ENISR_RDC, nic_base + NE_EN0_ISR); in apne_block_output()
494 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_output()
495 outb(count >> 8, nic_base + NE_EN0_RCNTHI); in apne_block_output()
496 outb(0x00, nic_base + NE_EN0_RSARLO); in apne_block_output()
497 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
499 outb(E8390_RWRITE+E8390_START, nic_base + NE_CMD); in apne_block_output()
507 outb(*ptrc++, NE_BASE + NE_DATAPORT); in apne_block_output()
520 outb(ENISR_RDC, nic_base + NE_EN0_ISR); /* Ack intr. */ in apne_block_output()