Lines Matching refs:EL3_CMD
169 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
170 #define EL3_CMD 0x0e macro
465 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
737 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
742 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
748 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
783 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
789 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_open()
839 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in corkscrew_open()
843 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in corkscrew_open()
844 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in corkscrew_open()
849 (vp->bus_master ? DMADone : 0), ioaddr + EL3_CMD); in corkscrew_open()
852 ioaddr + EL3_CMD); in corkscrew_open()
855 ioaddr + EL3_CMD); in corkscrew_open()
876 int old_window = inw(ioaddr + EL3_CMD) >> 13; in corkscrew_timer()
939 ioaddr + EL3_CMD); in corkscrew_timer()
978 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout()
982 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout()
1023 outw(DownStall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1035 outw(DownUnstall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1057 outw(StartDMADown, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1068 ioaddr + EL3_CMD); in corkscrew_start_xmit()
1078 outw(SetTxThreshold + (1536 >> 2), ioaddr + EL3_CMD); in corkscrew_start_xmit()
1098 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1103 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1157 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1174 outw(AckIntr | DownComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1189 outw(AckIntr | UpComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1195 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
1219 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1225 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_interrupt()
1228 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in corkscrew_interrupt()
1230 ioaddr + EL3_CMD); in corkscrew_interrupt()
1238 outw(SetStatusEnb | ((~status) & 0x7FE), ioaddr + EL3_CMD); in corkscrew_interrupt()
1239 outw(AckIntr | 0x7FF, ioaddr + EL3_CMD); in corkscrew_interrupt()
1243 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt()
1295 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx()
1308 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
1421 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_close()
1424 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1425 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1429 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
1433 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in corkscrew_close()
1524 outw(new_mode, ioaddr + EL3_CMD); in set_rx_mode()