Lines Matching refs:EL3_CMD

195 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
196 #define EL3_CMD 0x0e macro
791 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
796 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
802 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
833 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
839 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_open()
889 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in corkscrew_open()
893 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in corkscrew_open()
894 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in corkscrew_open()
899 (vp->bus_master ? DMADone : 0), ioaddr + EL3_CMD); in corkscrew_open()
902 ioaddr + EL3_CMD); in corkscrew_open()
905 ioaddr + EL3_CMD); in corkscrew_open()
926 int old_window = inw(ioaddr + EL3_CMD) >> 13; in corkscrew_timer()
989 ioaddr + EL3_CMD); in corkscrew_timer()
1031 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout()
1035 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout()
1078 outw(DownStall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1091 outw(DownUnstall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1114 outw(StartDMADown, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1125 ioaddr + EL3_CMD); in corkscrew_start_xmit()
1135 outw(SetTxThreshold + (1536 >> 2), ioaddr + EL3_CMD); in corkscrew_start_xmit()
1156 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1161 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1215 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1235 outw(AckIntr | DownComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1251 outw(AckIntr | UpComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1257 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
1284 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1290 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_interrupt()
1293 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in corkscrew_interrupt()
1295 ioaddr + EL3_CMD); in corkscrew_interrupt()
1305 ioaddr + EL3_CMD); in corkscrew_interrupt()
1306 outw(AckIntr | 0x7FF, ioaddr + EL3_CMD); in corkscrew_interrupt()
1310 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt()
1363 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx()
1377 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
1499 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_close()
1502 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1503 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1507 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
1511 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in corkscrew_close()
1608 outw(new_mode, ioaddr + EL3_CMD); in set_rx_mode()
1649 outw(TotalReset, root_corkscrew_dev->base_addr + EL3_CMD); in cleanup_module()