Lines Matching refs:outw
120 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
329 outw(0x0f00, ioaddr + WN0_IRQ); in el3_isa_match()
376 outw(0x0f00, ioaddr + WN0_IRQ); in el3_isa_resume()
582 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD); in el3_eisa_probe()
634 outw(EEPROM_READ + index, ioaddr + 10); in read_eeprom()
670 outw(TxReset, ioaddr + EL3_CMD); in el3_open()
671 outw(RxReset, ioaddr + EL3_CMD); in el3_open()
672 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in el3_open()
704 outw(TxReset, ioaddr + EL3_CMD); in el3_tx_timeout()
705 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
739 outw(skb->len, ioaddr + TX_FIFO); in el3_start_xmit()
740 outw(0x00, ioaddr + TX_FIFO); in el3_start_xmit()
748 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD); in el3_start_xmit()
761 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD); in el3_start_xmit()
762 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD); in el3_start_xmit()
798 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
807 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
815 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD); in el3_interrupt()
816 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD); in el3_interrupt()
822 outw(RxReset, ioaddr + EL3_CMD); in el3_interrupt()
824 outw(SetRxFilter | RxStation | RxBroadcast in el3_interrupt()
828 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in el3_interrupt()
829 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD); in el3_interrupt()
837 outw(AckIntr | 0xFF, ioaddr + EL3_CMD); in el3_interrupt()
841 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */ in el3_interrupt()
895 outw(StatsDisable, ioaddr + EL3_CMD); in update_stats()
912 outw(StatsEnable, ioaddr + EL3_CMD); in update_stats()
928 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx()
953 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in el3_rx()
960 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx()
996 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list()
1000 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
1003 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
1025 outw(0x0f00, ioaddr + WN0_IRQ); in el3_close()
1121 outw(tmp, ioaddr + WN0_ADDR_CONF); in el3_netdev_set_ecmd()
1126 outw(StartCoax, ioaddr + EL3_CMD); in el3_netdev_set_ecmd()
1138 outw(tmp, ioaddr + WN4_NETDIAG); in el3_netdev_set_ecmd()
1210 outw(StatsDisable, ioaddr + EL3_CMD); in el3_down()
1213 outw(RxDisable, ioaddr + EL3_CMD); in el3_down()
1214 outw(TxDisable, ioaddr + EL3_CMD); in el3_down()
1218 outw(StopCoax, ioaddr + EL3_CMD); in el3_down()
1222 outw(inw(ioaddr + WN4_MEDIA) & ~MEDIA_TP, ioaddr + WN4_MEDIA); in el3_down()
1225 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in el3_down()
1237 outw(0x0001, ioaddr + 4); in el3_up()
1240 outw((dev->irq << 12) | 0x0f00, ioaddr + WN0_IRQ); in el3_up()
1250 outw(StartCoax, ioaddr + EL3_CMD); in el3_up()
1281 outw(net_diag, ioaddr + WN4_NETDIAG); in el3_up()
1286 outw(inw(ioaddr + WN4_MEDIA) | MEDIA_TP, ioaddr + WN4_MEDIA); in el3_up()
1290 outw(StatsDisable, ioaddr + EL3_CMD); in el3_up()
1301 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in el3_up()
1302 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in el3_up()
1304 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in el3_up()
1305 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in el3_up()
1307 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in el3_up()
1309 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
1338 outw(PowerDown, ioaddr + EL3_CMD); in el3_suspend()
1358 outw(PowerUp, ioaddr + EL3_CMD); in el3_resume()