Lines Matching refs:outw
116 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
325 outw(0x0f00, ioaddr + WN0_IRQ); in el3_isa_match()
372 outw(0x0f00, ioaddr + WN0_IRQ); in el3_isa_resume()
575 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD); in el3_eisa_probe()
627 outw(EEPROM_READ + index, ioaddr + 10); in read_eeprom()
663 outw(TxReset, ioaddr + EL3_CMD); in el3_open()
664 outw(RxReset, ioaddr + EL3_CMD); in el3_open()
665 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in el3_open()
697 outw(TxReset, ioaddr + EL3_CMD); in el3_tx_timeout()
698 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
732 outw(skb->len, ioaddr + TX_FIFO); in el3_start_xmit()
733 outw(0x00, ioaddr + TX_FIFO); in el3_start_xmit()
741 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD); in el3_start_xmit()
754 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD); in el3_start_xmit()
755 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD); in el3_start_xmit()
791 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
800 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
808 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD); in el3_interrupt()
809 if (tx_status & 0x3C) outw(TxEnable, ioaddr + EL3_CMD); in el3_interrupt()
815 outw(RxReset, ioaddr + EL3_CMD); in el3_interrupt()
817 outw(SetRxFilter | RxStation | RxBroadcast in el3_interrupt()
821 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in el3_interrupt()
822 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD); in el3_interrupt()
830 outw(AckIntr | 0xFF, ioaddr + EL3_CMD); in el3_interrupt()
834 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */ in el3_interrupt()
888 outw(StatsDisable, ioaddr + EL3_CMD); in update_stats()
905 outw(StatsEnable, ioaddr + EL3_CMD); in update_stats()
921 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx()
946 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in el3_rx()
953 outw(RxDiscard, ioaddr + EL3_CMD); in el3_rx()
989 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast | RxProm, in set_multicast_list()
993 outw(SetRxFilter | RxStation | RxMulticast | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
996 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in set_multicast_list()
1018 outw(0x0f00, ioaddr + WN0_IRQ); in el3_close()
1114 outw(tmp, ioaddr + WN0_ADDR_CONF); in el3_netdev_set_ecmd()
1119 outw(StartCoax, ioaddr + EL3_CMD); in el3_netdev_set_ecmd()
1131 outw(tmp, ioaddr + WN4_NETDIAG); in el3_netdev_set_ecmd()
1203 outw(StatsDisable, ioaddr + EL3_CMD); in el3_down()
1206 outw(RxDisable, ioaddr + EL3_CMD); in el3_down()
1207 outw(TxDisable, ioaddr + EL3_CMD); in el3_down()
1211 outw(StopCoax, ioaddr + EL3_CMD); in el3_down()
1215 outw(inw(ioaddr + WN4_MEDIA) & ~MEDIA_TP, ioaddr + WN4_MEDIA); in el3_down()
1218 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in el3_down()
1230 outw(0x0001, ioaddr + 4); in el3_up()
1233 outw((dev->irq << 12) | 0x0f00, ioaddr + WN0_IRQ); in el3_up()
1243 outw(StartCoax, ioaddr + EL3_CMD); in el3_up()
1276 outw(net_diag, ioaddr + WN4_NETDIAG); in el3_up()
1281 outw(inw(ioaddr + WN4_MEDIA) | MEDIA_TP, ioaddr + WN4_MEDIA); in el3_up()
1285 outw(StatsDisable, ioaddr + EL3_CMD); in el3_up()
1296 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in el3_up()
1297 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in el3_up()
1299 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in el3_up()
1300 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in el3_up()
1302 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in el3_up()
1304 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
1306 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
1333 outw(PowerDown, ioaddr + EL3_CMD); in el3_suspend()
1353 outw(PowerUp, ioaddr + EL3_CMD); in el3_resume()