Lines Matching refs:outw
169 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
444 outw(EEPROM_Read + 7, ioaddr + Wn0EepromCmd); in check_device()
464 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
623 outw(EEPROM_Read + i, ioaddr + Wn0EepromCmd); in corkscrew_setup()
735 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
740 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
746 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
777 outw(0, ioaddr + i); in corkscrew_open()
781 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
783 outw((inw(ioaddr + Wn4_Media) & ~(Media_10TP | Media_SQE)) | in corkscrew_open()
787 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_open()
797 outw(0x0040, ioaddr + Wn4_NetDiag); in corkscrew_open()
837 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in corkscrew_open()
841 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in corkscrew_open()
842 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in corkscrew_open()
844 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open()
849 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open()
851 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
927 outw((media_status & ~(Media_10TP | Media_SQE)) | in corkscrew_timer()
936 outw(dev->if_port == 3 ? StartCoax : StopCoax, in corkscrew_timer()
976 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout()
980 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout()
1021 outw(DownStall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1033 outw(DownUnstall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1053 outw((skb->len + 3) & ~3, ioaddr + Wn7_MasterLen); in corkscrew_start_xmit()
1055 outw(StartDMADown, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1065 outw(SetTxThreshold + (1536 >> 2), in corkscrew_start_xmit()
1076 outw(SetTxThreshold + (1536 >> 2), ioaddr + EL3_CMD); in corkscrew_start_xmit()
1096 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1101 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1155 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1172 outw(AckIntr | DownComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1180 outw(0x1000, ioaddr + Wn7_MasterStatus); /* Ack the event. */ in corkscrew_interrupt()
1187 outw(AckIntr | UpComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1193 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
1214 outw(SetIntrEnb | TxAvailable | in corkscrew_interrupt()
1223 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_interrupt()
1226 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in corkscrew_interrupt()
1227 outw(AckIntr | AdapterFailure, in corkscrew_interrupt()
1236 outw(SetStatusEnb | ((~status) & 0x7FE), ioaddr + EL3_CMD); in corkscrew_interrupt()
1237 outw(AckIntr | 0x7FF, ioaddr + EL3_CMD); in corkscrew_interrupt()
1241 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt()
1293 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx()
1306 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
1419 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_close()
1422 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1423 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1427 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
1431 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in corkscrew_close()
1522 outw(new_mode, ioaddr + EL3_CMD); in set_rx_mode()