Lines Matching refs:outw
67 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
314 outw(0x3f00, ioaddr + 8);
377 outw(cmd, dev->base_addr + EL3_CMD);
392 outw(EEPROM_READ + index, ioaddr + 10);
413 outw(0, ioaddr + 6);
416 outw(3<<14, ioaddr + 6);
419 outw(1<<14, ioaddr + 6);
423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD);
426 outw(MEDIA_LED | ((if_port < 2) ? MEDIA_TP : 0), ioaddr + WN4_MEDIA);
455 outw(0x0001, ioaddr + 4); /* Activate board. */
456 outw(0x3f00, ioaddr + 8); /* Set the IRQ line. */
466 outw(StatsDisable, ioaddr + EL3_CMD);
477 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
478 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
479 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
481 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
483 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
546 outw(TxEnable, ioaddr + EL3_CMD);
565 outw(TxEnable, ioaddr + EL3_CMD);
587 outw(skb->len, ioaddr + TX_FIFO);
588 outw(0x00, ioaddr + TX_FIFO);
595 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
634 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD);
646 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
658 outw(TxEnable, ioaddr + EL3_CMD);
664 outw(RxEnable, ioaddr + EL3_CMD);
666 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD);
673 outw(AckIntr | 0xFF, ioaddr + EL3_CMD);
677 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
732 outw(StatsDisable, ioaddr + EL3_CMD);
734 outw(StatsEnable, ioaddr + EL3_CMD);
801 outw(StatsDisable, ioaddr + EL3_CMD);
823 outw(StatsEnable, ioaddr + EL3_CMD);
899 outw(opts, ioaddr + EL3_CMD);
922 outw(StatsDisable, ioaddr + EL3_CMD);
925 outw(RxDisable, ioaddr + EL3_CMD);
926 outw(TxDisable, ioaddr + EL3_CMD);
930 outw(StopCoax, ioaddr + EL3_CMD);
934 outw(0, ioaddr + WN4_MEDIA);
940 outw(0x0f00, ioaddr + WN0_IRQ);