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

/linux-master/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);
661 outw(TxReset, ioaddr + EL3_CMD);
662 outw(RxReset, ioaddr + EL3_CMD);
663 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
695 outw(TxReset, ioaddr + EL3_CMD);
696 outw(TxEnable, ioaddr + EL3_CMD);
739 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
[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);
739 outw(TxReset, ioaddr + EL3_CMD);
744 outw(RxReset, ioaddr + EL3_CMD);
750 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
785 outw(StartCoax, ioaddr + EL3_CMD);
791 outw(StatsDisable, ioaddr + EL3_CMD);
[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);
423 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD);
466 outw(StatsDisable, ioaddr + EL3_CMD);
477 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
478 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
479 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
481 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
[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);
630 outw(StatsDisable, ioaddr + EL3_CMD);
659 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
660 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
661 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
663 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
666 ioaddr + EL3_CMD);
[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);
945 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD);
1494 iowrite16(cmd, ioaddr + EL3_CMD);
1627 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
1651 iowrite16(StartCoax, ioaddr + EL3_CMD);
1661 iowrite16(StatsDisable, ioaddr + EL3_CMD);
1674 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD);
[all...]

Completed in 116 milliseconds