Searched refs:RxConfig (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/bcm57xx/sys/
H A Dautoneg.c125 unsigned short RxConfig; local
132 pAnInfo->RxConfig.AsUSHORT = 0;
147 if(MM_AnRxConfig(pAnInfo, &RxConfig))
149 if(RxConfig != pAnInfo->AbilityMatchCfg)
151 pAnInfo->AbilityMatchCfg = RxConfig;
161 pAnInfo->AbilityMatchCfg = RxConfig;
165 if(RxConfig & AN_CONFIG_ACK)
185 RxConfig = 0;
189 pAnInfo->RxConfig.AsUSHORT = RxConfig;
[all...]
H A Dautoneg.h143 /* The RxConfig register is arranged as follows: */
189 } RxConfig; member in struct:__anon6
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpci-skeleton.c245 RxConfig = 0x44, enumerator in enum:NETDRV_registers
316 /* Bits in RxConfig. */
693 assert (inb (pio_start+RxConfig) == readb (ioaddr+RxConfig));
1167 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1168 NETDRV_W32_F (RxConfig, i);
1859 dev->name, dev->flags, NETDRV_R32 (RxConfig));
1891 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1892 NETDRV_W32_F (RxConfig, tmp);
H A D8139too.c305 RxConfig = 0x44, enumerator in enum:RTL8139_registers
379 /* Bits in RxConfig. */
1377 RTL_W32 (RxConfig, tp->rx_config);
1811 RTL_W32 (RxConfig, tp->rx_config);
1845 RTL_W32 (RxConfig, tp->rx_config);
2475 dev->name, dev->flags, RTL_R32 (RxConfig));
2507 RTL_W32_F (RxConfig, tmp);
H A Dvia-rhine.c388 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets
408 RxConfig, TxConfig, IntrEnable, ConfigA, ConfigB, ConfigC, ConfigD,
1634 writeb(np->rx_thresh | rx_mode, ioaddr + RxConfig);
H A Dnatsemi.c252 RxConfig = 0x34, enumerator in enum:register_offsets
1084 writel(np->rx_config, ioaddr + RxConfig);
1155 writel(np->rx_config, ioaddr + RxConfig);
H A D8139cp.c162 RxConfig = 0x44, /* Rx configuration */ enumerator in enum:__anon1660
220 /* RxConfig register */
953 cpw32_f (RxConfig, tmp);

Completed in 101 milliseconds