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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c509.c63 #define EL3_CMD 0x0e macro
69 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
72 /* The top five bits written to EL3_CMD are a command, the lower
634 outw(SelectWindow | 0, ioaddr + 0xC80 + EL3_CMD);
731 outw(TxReset, ioaddr + EL3_CMD);
732 outw(RxReset, ioaddr + EL3_CMD);
733 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
767 outw(TxReset, ioaddr + EL3_CMD);
768 outw(TxEnable, ioaddr + EL3_CMD);
812 outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
[all...]
H A D3c515.c176 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
177 #define EL3_CMD 0x0e macro
180 /* The top five bits written to EL3_CMD are a command, the lower
211 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */
478 outw(TotalReset, dev->base_addr + EL3_CMD);
740 outw(TxReset, ioaddr + EL3_CMD);
745 outw(RxReset, ioaddr + EL3_CMD);
751 outw(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
782 outw(StartCoax, ioaddr + EL3_CMD);
788 outw(StatsDisable, ioaddr + EL3_CMD);
[all...]
H A D3c59x.c426 #define EL3WINDOW(win_num) iowrite16(SelectWindow + (win_num), ioaddr + EL3_CMD)
427 #define EL3_CMD 0x0e macro
430 /* The top five bits written to EL3_CMD are a command, the lower
459 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/
894 iowrite16(TotalReset|0x14, ioaddr + EL3_CMD);
1423 iowrite16(cmd, ioaddr + EL3_CMD);
1561 iowrite16(SetStatusEnb | 0x00, ioaddr + EL3_CMD);
1587 iowrite16(StartCoax, ioaddr + EL3_CMD);
1595 iowrite16(StatsDisable, ioaddr + EL3_CMD);
1613 iowrite16(SetRxThreshold + (1536>>2), ioaddr + EL3_CMD);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
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
394 outw(cmd, dev->base_addr + EL3_CMD);
433 outw((if_port == 2) ? StartCoax : StopCoax, ioaddr + EL3_CMD);
477 outw(StatsDisable, ioaddr + EL3_CMD);
488 outw(SetRxFilter | RxStation | RxBroadcast, ioaddr + EL3_CMD);
489 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
490 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
491 outw(TxEnable, ioaddr + EL3_CMD); /* Enabl
[all...]
H A D3c574_cs.c139 #define EL3_CMD 0x0e macro
142 #define EL3WINDOW(win_num) outw(SelectWindow + (win_num), ioaddr + EL3_CMD)
144 /* The top five bits written to EL3_CMD are a command, the lower
533 outw(cmd, dev->base_addr + EL3_CMD);
673 outw(StatsDisable, ioaddr + EL3_CMD);
702 outw(StatsEnable, ioaddr + EL3_CMD); /* Turn on statistics. */
703 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
704 outw(TxEnable, ioaddr + EL3_CMD); /* Enable transmitter. */
706 outw(SetStatusEnb | 0xff, ioaddr + EL3_CMD);
709 ioaddr + EL3_CMD);
[all...]

Completed in 75 milliseconds