Lines Matching refs:outw

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