Lines Matching refs:outb

227 	outb(reg4, ioaddr + 4);
250 outb(0x80 | reg4, ioaddr + 4);
253 outb(0x80 | inb(ioaddr + 0x0c), ioaddr + 0x0c);
260 outb(reg4, ioaddr + 4);
398 outb(0x00, ioaddr); /* Disable shared memory for safety. */
399 outb(0x80, ioaddr + 5);
401 outb(inb(ioaddr + 4) | 0x80, ioaddr + 4);
402 outb((inb(ioaddr + 13) & ~0x4C) | irq2reg[dev->irq], ioaddr + 13);
403 outb(inb(ioaddr + 4) & 0x7f, ioaddr + 4);
406 outb(0x11, ioaddr + 6); /* Enable interrupts and PIO. */
407 outb(0x01, ioaddr + 0x19); /* Enable ring read auto-wrap. */
409 outb(0x01, ioaddr + 6); /* Enable interrupts and memory. */
413 outb(0xff, dev->base_addr + EN0_ERWCNT);
424 outb(ULTRA_RESET, cmd_port);
428 outb(0x00, cmd_port); /* Disable shared memory for safety. */
429 outb(0x80, cmd_port + 5);
431 outb(0x11, cmd_port + 6); /* Enable interrupts and PIO. */
433 outb(0x01, cmd_port + 6); /* Enable interrupts and memory. */
447 outb(ULTRA_MEMENB, dev->base_addr - ULTRA_NIC_OFFSET); /* shmem on */
456 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* shmem off */
468 outb(ULTRA_MEMENB, dev->base_addr - ULTRA_NIC_OFFSET);
480 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* Disable memory. */
490 outb(ULTRA_MEMENB, dev->base_addr - ULTRA_NIC_OFFSET);
494 outb(0x00, dev->base_addr - ULTRA_NIC_OFFSET); /* Disable memory. */
509 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */
510 outb(ring_page, ioaddr + IOPA);
521 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */
522 outb(ring_offset >> 8, ioaddr + IOPA);
530 outb(0x00, ioaddr + IOPA); /* Set the address, LSB first. */
531 outb(start_page, ioaddr + IOPA);
546 outb(0x00, ioaddr + 6); /* Disable interrupts. */