Lines Matching refs:EL3_CMD
168 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
169 #define EL3_CMD 0x0e macro
464 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
736 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
741 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
747 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
782 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
788 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_open()
838 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in corkscrew_open()
842 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in corkscrew_open()
843 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in corkscrew_open()
848 (vp->bus_master ? DMADone : 0), ioaddr + EL3_CMD); in corkscrew_open()
851 ioaddr + EL3_CMD); in corkscrew_open()
854 ioaddr + EL3_CMD); in corkscrew_open()
875 int old_window = inw(ioaddr + EL3_CMD) >> 13; in corkscrew_timer()
938 ioaddr + EL3_CMD); in corkscrew_timer()
977 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout()
981 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout()
1022 outw(DownStall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1034 outw(DownUnstall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1056 outw(StartDMADown, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1067 ioaddr + EL3_CMD); in corkscrew_start_xmit()
1077 outw(SetTxThreshold + (1536 >> 2), ioaddr + EL3_CMD); in corkscrew_start_xmit()
1097 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1102 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1156 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1173 outw(AckIntr | DownComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1188 outw(AckIntr | UpComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1194 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
1218 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1224 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_interrupt()
1227 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in corkscrew_interrupt()
1229 ioaddr + EL3_CMD); in corkscrew_interrupt()
1237 outw(SetStatusEnb | ((~status) & 0x7FE), ioaddr + EL3_CMD); in corkscrew_interrupt()
1238 outw(AckIntr | 0x7FF, ioaddr + EL3_CMD); in corkscrew_interrupt()
1242 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt()
1294 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx()
1307 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
1420 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_close()
1423 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1424 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1428 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
1432 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in corkscrew_close()
1523 outw(new_mode, ioaddr + EL3_CMD); in set_rx_mode()