Lines Matching refs:outb
379 outb(0, ioaddr+DAYNA_RESET); in cops_irq()
386 outb(0, ioaddr); in cops_irq()
387 outb(0, ioaddr+TANG_RESET); in cops_irq()
491 outb(0,ioaddr); /* Clear the TANG_TX_READY flop. */ in cops_reset()
492 outb(0, ioaddr+TANG_RESET); /* Reset the adapter. */ in cops_reset()
495 outb(0, ioaddr+TANG_CLEAR_INT); in cops_reset()
499 outb(0, ioaddr+DAYNA_RESET); /* Assert the reset port */ in cops_reset()
577 outb(ltf->data[i], ioaddr); in cops_load()
586 outb(1, ioaddr+DAYNA_INT_CARD); in cops_load()
613 outb(0, ioaddr+COPS_CLEAR_INT); /* Clear interrupts. */ in cops_nodeid()
619 outb(2, ioaddr); /* Output command packet length as 2. */ in cops_nodeid()
620 outb(0, ioaddr); in cops_nodeid()
621 outb(LAP_INIT, ioaddr); /* Send LAP_INIT command byte. */ in cops_nodeid()
622 outb(nodeid, ioaddr); /* Suggest node address. */ in cops_nodeid()
630 outb(0, ioaddr+COPS_CLEAR_INT); /* Clear interrupt. */ in cops_nodeid()
638 outb(2, ioaddr); /* Command length LSB */ in cops_nodeid()
639 outb(0, ioaddr); /* Command length MSB */ in cops_nodeid()
640 outb(LAP_INIT, ioaddr); /* Send LAP_INIT byte */ in cops_nodeid()
641 outb(nodeid, ioaddr); /* LAP address hint. */ in cops_nodeid()
642 outb(0xFF, ioaddr); /* Int. level to use */ in cops_nodeid()
648 outb(0, ioaddr+COPS_CLEAR_INT); /* Clear any interrupt. */ in cops_nodeid()
720 outb(0, ioaddr + COPS_CLEAR_INT); in cops_interrupt()
760 outb(0, ioaddr); /* Send out Zero length. */ in cops_rx()
761 outb(0, ioaddr); in cops_rx()
762 outb(DATA_READ, ioaddr); /* Send read command out. */ in cops_rx()
808 outb(1, ioaddr+DAYNA_INT_CARD); /* Interrupt the card */ in cops_rx()
895 outb(skb->len, ioaddr); in cops_send_packet()
897 outb(skb->len >> 8, ioaddr); in cops_send_packet()
899 outb((skb->len >> 8)&0x0FF, ioaddr); in cops_send_packet()
902 outb(LAP_WRITE, ioaddr); in cops_send_packet()
910 outb(1, ioaddr+DAYNA_INT_CARD); in cops_send_packet()