Lines Matching refs:EL3_CMD

61 #define EL3_CMD		0x0e  macro
67 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
544 outw(cmd, dev->base_addr + EL3_CMD); in tc589_wait_for_completion()
583 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr()
627 outw(StatsDisable, ioaddr + EL3_CMD); in tc589_reset()
638 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD); in tc589_reset()
639 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in tc589_reset()
640 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in tc589_reset()
641 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in tc589_reset()
643 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in tc589_reset()
646 ioaddr + EL3_CMD); in tc589_reset()
648 | AdapterFailure, ioaddr + EL3_CMD); in tc589_reset()
728 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
748 outw(TxEnable, ioaddr + EL3_CMD); in pop_tx_status()
775 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD); in el3_start_xmit()
813 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
826 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
838 outw(TxEnable, ioaddr + EL3_CMD); in el3_interrupt()
844 outw(RxEnable, ioaddr + EL3_CMD); in el3_interrupt()
846 outw(AckIntr | AdapterFailure, ioaddr + EL3_CMD); in el3_interrupt()
854 outw(AckIntr | 0xFF, ioaddr + EL3_CMD); in el3_interrupt()
858 outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); in el3_interrupt()
905 outw(StatsDisable, ioaddr + EL3_CMD); in media_check()
907 outw(StatsEnable, ioaddr + EL3_CMD); in media_check()
975 outw(StatsDisable, ioaddr + EL3_CMD); in update_stats()
992 outw(StatsEnable, ioaddr + EL3_CMD); in update_stats()
1061 outw(opts, ioaddr + EL3_CMD); in set_multicast_list()
1074 outw(StatsDisable, ioaddr + EL3_CMD); in el3_close()
1077 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
1078 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
1082 outw(StopCoax, ioaddr + EL3_CMD); in el3_close()