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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c509.c56 #define EL3_CMD 0x0e macro
62 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
65 /* The top five bits written to EL3_CMD are a command, the lower
632 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD);
719 outw(TxReset, ioaddr + EL3_CMD);
720 outw(RxReset, ioaddr + EL3_CMD);
721 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
753 outw(TxReset, ioaddr + EL3_CMD);
754 outw(TxEnable, ioaddr + EL3_CMD);
797 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
[all...]
H A D3c515.c175 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
176 #define EL3_CMD 0x0e macro
179 /* The top five bits written to EL3_CMD are a command, the lower
210 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */
478 outw(TotalReset, dev->base_addr + EL3_CMD);
750 outw(TxReset, ioaddr + EL3_CMD);
755 outw(RxReset, ioaddr + EL3_CMD);
761 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
793 outw(StartCoax, ioaddr + EL3_CMD);
799 outw(StatsDisable, ioaddr + EL3_CMD);
[all...]
H A D3c59x.c430 #define EL3_CMD 0x0e macro
433 /* The top five bits written to EL3_CMD are a command, the lower
462 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/
657 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD);
942 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD);
1494 iowrite16(cmd, ioaddr + EL3_CMD);
1635 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
1659 iowrite16(StartCoax, ioaddr + EL3_CMD);
1669 iowrite16(StatsDisable, ioaddr + EL3_CMD);
1682 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c589_cs.c60 #define EL3_CMD 0x0e macro
66 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
68 /* The top five bits written to EL3_CMD are a command, the lower
398 outw(cmd, dev->base_addr + EL3_CMD);
436 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD);
479 outw(StatsDisable, ioaddr + EL3_CMD);
490 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
491 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
492 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
494 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
[all...]
H A D3c574_cs.c130 #define EL3_CMD 0x0e macro
133 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
135 /* The top five bits written to EL3_CMD are a command, the lower
522 outw(cmd, dev->base_addr + EL3_CMD);
660 outw(StatsDisable, ioaddr + EL3_CMD);
689 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
690 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
691 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
693 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
696 ioaddr + EL3_CMD);
[all...]

Completed in 70 milliseconds