Home
last modified time | relevance | path

Searched refs:EL3_CMD (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/3com/
H A D3c509.c110 #define EL3_CMD 0x0e macro
116 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
574 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD); in el3_eisa_probe()
661 outw(TxReset, ioaddr + EL3_CMD); in el3_open()
662 outw(RxReset, ioaddr + EL3_CMD); in el3_open()
663 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in el3_open()
695 outw(TxReset, ioaddr + EL3_CMD); in el3_tx_timeout()
696 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
739 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD); in el3_start_xmit()
752 if (tx_status & 0x30) outw(TxReset, ioaddr + EL3_CMD); in el3_start_xmit()
[all …]
H A D3c589_cs.c61 #define EL3_CMD 0x0e macro
67 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
377 outw(cmd, dev->base_addr + EL3_CMD); in tc589_wait_for_completion()
423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD); in tc589_set_xcvr()
466 outw(StatsDisable, ioaddr + EL3_CMD); in tc589_reset()
477 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in tc589_reset()
478 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in tc589_reset()
479 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in tc589_reset()
481 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in tc589_reset()
484 ioaddr + EL3_CMD); in tc589_reset()
[all …]
H A D3c515.c168 #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()
[all …]
H A D3c574_cs.c128 #define EL3_CMD 0x0e macro
131 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
492 outw(cmd, dev->base_addr + EL3_CMD); in tc574_wait_for_completion()
630 outw(StatsDisable, ioaddr + EL3_CMD); in tc574_reset()
659 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in tc574_reset()
660 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in tc574_reset()
661 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in tc574_reset()
663 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in tc574_reset()
666 ioaddr + EL3_CMD); in tc574_reset()
668 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset()
[all …]