Lines Matching refs:outb

267 		outb(E8390_NODMA + E8390_PAGE1 + E8390_STOP, ioaddr + E8390_CMD);
269 outb(0xff, ioaddr + 0x0d);
270 outb(E8390_NODMA + E8390_PAGE0, ioaddr + E8390_CMD);
274 outb(reg0, ioaddr);
276 outb(regd, ioaddr + 0x0d);
297 outb(inb(ioaddr + NE_RESET), ioaddr + NE_RESET);
310 outb(0xff, ioaddr + EN0_ISR);
343 outb(program_seq[i].value,
359 outb(0x49, ioaddr + EN0_DCFG);
421 outb(0xC0 + E8390_NODMA, ioaddr + NE_CMD); /* Page 3 */
422 outb(0xC0, ioaddr + 0x01); /* Enable writes to CONFIG3 */
423 outb(0x40, ioaddr + 0x06); /* Enable full duplex */
424 outb(0x00, ioaddr + 0x01); /* Disable writes to CONFIG3 */
425 outb(E8390_PAGE0 + E8390_NODMA, ioaddr + NE_CMD); /* Page 0 */
433 outb(inb(ioaddr + 0x20) | 0x80, ioaddr + 0x20);
480 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET);
492 outb(ENISR_RESET, NE_BASE + EN0_ISR);
515 outb(E8390_NODMA + E8390_PAGE0 + E8390_START, nic_base + NE_CMD);
516 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO);
517 outb(0, nic_base + EN0_RCNTHI);
518 outb(0, nic_base + EN0_RSARLO); /* On page boundary */
519 outb(ring_page, nic_base + EN0_RSARHI);
520 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD);
530 outb(ENISR_RDC, nic_base + EN0_ISR);
537 *the packet out through the "remote DMA" dataport using outb.
557 outb(E8390_NODMA + E8390_PAGE0 + E8390_START, nic_base + NE_CMD);
558 outb(count & 0xff, nic_base + EN0_RCNTLO);
559 outb(count >> 8, nic_base + EN0_RCNTHI);
560 outb(ring_offset & 0xff, nic_base + EN0_RSARLO);
561 outb(ring_offset >> 8, nic_base + EN0_RSARHI);
562 outb(E8390_RREAD + E8390_START, nic_base + NE_CMD);
583 outb(ENISR_RDC, nic_base + EN0_ISR);
612 outb(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base + NE_CMD);
620 outb(0x42, nic_base + EN0_RCNTLO);
621 outb(0x00, nic_base + EN0_RCNTHI);
622 outb(0x42, nic_base + EN0_RSARLO);
623 outb(0x00, nic_base + EN0_RSARHI);
624 outb(E8390_RREAD+E8390_START, nic_base + NE_CMD);
626 outb(ENISR_RDC, nic_base + EN0_ISR);
629 outb(count & 0xff, nic_base + EN0_RCNTLO);
630 outb(count >> 8, nic_base + EN0_RCNTHI);
631 outb(0x00, nic_base + EN0_RSARLO);
632 outb(start_page, nic_base + EN0_RSARHI);
633 outb(E8390_RWRITE+E8390_START, nic_base + NE_CMD);
660 outb(ENISR_RDC, nic_base + EN0_ISR);