Home
last modified time | relevance | path

Searched refs:EL3_CMD (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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)
119 /* The top five bits written to EL3_CMD are a command, the lower
575 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD); in el3_eisa_probe()
663 outw(TxReset, ioaddr + EL3_CMD); in el3_open()
664 outw(RxReset, ioaddr + EL3_CMD); in el3_open()
665 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in el3_open()
697 outw(TxReset, ioaddr + EL3_CMD); in el3_tx_timeout()
698 outw(TxEnable, ioaddr + EL3_CMD); in el3_tx_timeout()
741 outw(SetTxThreshold + 1536, 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)
69 /* The top five bits written to EL3_CMD are a command, the lower
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()
[all...]
H A D3c515.c169 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
170 #define EL3_CMD 0x0e macro
173 /* The top five bits written to EL3_CMD are a command, the lower
204 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */
464 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
735 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
740 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
746 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
781 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
787 outw(StatsDisable, ioaddr + EL3_CMD); 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)
133 /* The top five bits written to EL3_CMD are a command, the lower
493 outw(cmd, dev->base_addr + EL3_CMD); in tc574_wait_for_completion()
631 outw(StatsDisable, ioaddr + EL3_CMD); in tc574_reset()
660 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */ in tc574_reset()
661 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */ in tc574_reset()
662 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */ in tc574_reset()
664 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD); in tc574_reset()
667 ioaddr + EL3_CMD); in tc574_reset()
[all...]
H A D3c59x.c438 #define EL3_CMD 0x0e macro
441 /* The top five bits written to EL3_CMD are a command, the lower
470 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/
663 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD); in window_set()
945 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD); in vortex_eisa_remove()
1492 iowrite16(cmd, ioaddr + EL3_CMD); in issue_and_wait()
1625 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in vortex_up()
1649 iowrite16(StartCoax, ioaddr + EL3_CMD); in vortex_up()
1659 iowrite16(StatsDisable, ioaddr + EL3_CMD); in vortex_up()
1672 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD); in vortex_up()
[all...]
/kernel/linux/linux-6.6/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)
119 /* The top five bits written to EL3_CMD are a command, the lower
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()
[all...]
H A D3c589_cs.c61 #define EL3_CMD 0x0e macro
67 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
69 /* The top five bits written to EL3_CMD are a command, the lower
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()
[all...]
H A D3c515.c171 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
172 #define EL3_CMD 0x0e macro
175 /* The top five bits written to EL3_CMD are a command, the lower
206 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */
467 outw(TotalReset, dev->base_addr + EL3_CMD); in cleanup_card()
739 outw(TxReset, ioaddr + EL3_CMD); in corkscrew_open()
744 outw(RxReset, ioaddr + EL3_CMD); in corkscrew_open()
750 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in corkscrew_open()
785 outw(StartCoax, ioaddr + EL3_CMD); in corkscrew_open()
791 outw(StatsDisable, ioaddr + EL3_CMD); 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)
133 /* The top five bits written to EL3_CMD are a command, the lower
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()
[all...]
H A D3c59x.c438 #define EL3_CMD 0x0e macro
441 /* The top five bits written to EL3_CMD are a command, the lower
470 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/
663 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD); in window_set()
945 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD); in vortex_eisa_remove()
1494 iowrite16(cmd, ioaddr + EL3_CMD); in issue_and_wait()
1627 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD); in vortex_up()
1651 iowrite16(StartCoax, ioaddr + EL3_CMD); in vortex_up()
1661 iowrite16(StatsDisable, ioaddr + EL3_CMD); in vortex_up()
1674 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD); in vortex_up()
[all...]

Completed in 18 milliseconds