Lines Matching refs:EL3_CMD

175 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
176 #define EL3_CMD 0x0e macro
478 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
752 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
757 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
763 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
795 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
801 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_open()
851 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in corkscrew_open()
855 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in corkscrew_open()
856 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in corkscrew_open()
861 (vp->bus_master ? DMADone : 0), ioaddr + EL3_CMD); in corkscrew_open()
864 ioaddr + EL3_CMD); in corkscrew_open()
867 ioaddr + EL3_CMD); in corkscrew_open()
888 int old_window = inw(ioaddr + EL3_CMD) >> 13; in corkscrew_timer()
951 ioaddr + EL3_CMD); in corkscrew_timer()
990 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_timeout()
994 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_timeout()
1035 outw(DownStall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1047 outw(DownUnstall, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1069 outw(StartDMADown, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1080 ioaddr + EL3_CMD); in corkscrew_start_xmit()
1090 outw(SetTxThreshold + (1536 >> 2), ioaddr + EL3_CMD); in corkscrew_start_xmit()
1110 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1115 outw(TxEnable, ioaddr + EL3_CMD); in corkscrew_start_xmit()
1169 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1186 outw(AckIntr | DownComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1201 outw(AckIntr | UpComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1207 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
1231 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
1237 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_interrupt()
1240 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */ in corkscrew_interrupt()
1242 ioaddr + EL3_CMD); in corkscrew_interrupt()
1250 outw(SetStatusEnb | ((~status) & 0x7FE), ioaddr + EL3_CMD); in corkscrew_interrupt()
1251 outw(AckIntr | 0x7FF, ioaddr + EL3_CMD); in corkscrew_interrupt()
1255 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in corkscrew_interrupt()
1307 outw(RxDiscard, ioaddr + EL3_CMD); /* Pop top Rx packet. */ in corkscrew_rx()
1320 outw(RxDiscard, ioaddr + EL3_CMD); in corkscrew_rx()
1433 outw(StatsDisable, ioaddr + EL3_CMD); in corkscrew_close()
1436 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1437 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
1441 outw(StopCoax, ioaddr + EL3_CMD); in corkscrew_close()
1445 outw(SetIntrEnb | 0x0000, ioaddr + EL3_CMD); in corkscrew_close()
1536 outw(new_mode, ioaddr + EL3_CMD); in set_rx_mode()