Lines Matching refs:outw
116 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
324 outw(0x0f00, ioaddr + WN0_IRQ);
370 outw(0x0f00, ioaddr + WN0_IRQ);
574 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD);
625 outw(EEPROM_READ + index, ioaddr + 10);
661 outw(TxReset, ioaddr + EL3_CMD);
662 outw(RxReset, ioaddr + EL3_CMD);
663 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
695 outw(TxReset, ioaddr + EL3_CMD);
696 outw(TxEnable, ioaddr + EL3_CMD);
730 outw(skb->len, ioaddr + TX_FIFO);
731 outw(0x00, ioaddr + TX_FIFO);
739 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
752 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
753 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
789 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD);
798 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
806 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD);
807 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD);
813 outw(RxReset, ioaddr + EL3_CMD);
815 outw(SetRxFilter | RxStation | RxBroadcast
819 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
820 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD);
828 outw(AckIntr | 0xFF, ioaddr + EL3_CMD);
832 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */
886 outw(StatsDisable, ioaddr + EL3_CMD);
903 outw(StatsEnable, ioaddr + EL3_CMD);
919 outw(RxDiscard, ioaddr + EL3_CMD);
944 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */
951 outw(RxDiscard, ioaddr + EL3_CMD);
987 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm,
991 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD);
994 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1016 outw(0x0f00, ioaddr + WN0_IRQ);
1113 outw(tmp, ioaddr + WN0_ADDR_CONF);
1118 outw(StartCoax, ioaddr + EL3_CMD);
1130 outw(tmp, ioaddr + WN4_NETDIAG);
1202 outw(StatsDisable, ioaddr + EL3_CMD);
1205 outw(RxDisable, ioaddr + EL3_CMD);
1206 outw(TxDisable, ioaddr + EL3_CMD);
1210 outw(StopCoax, ioaddr + EL3_CMD);
1214 outw(inw(ioaddr + WN4_MEDIA) & ~MEDIA_TP, ioaddr + WN4_MEDIA);
1217 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD);
1229 outw(0x0001, ioaddr + 4);
1232 outw((dev->irq << 12) | 0x0f00, ioaddr + WN0_IRQ);
1242 outw(StartCoax, ioaddr + EL3_CMD);
1275 outw(net_diag, ioaddr + WN4_NETDIAG);
1280 outw(inw(ioaddr + WN4_MEDIA) | MEDIA_TP, ioaddr + WN4_MEDIA);
1284 outw(StatsDisable, ioaddr + EL3_CMD);
1295 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
1296 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
1298 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
1299 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
1301 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
1303 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
1332 outw(PowerDown, ioaddr + EL3_CMD);
1352 outw(PowerUp, ioaddr + EL3_CMD);