Searched refs:TxPinCfg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chips/
H A Drt30xx.c495 u32 TxPinCfg = 0x00050F0F; local
506 TxPinCfg &= 0xFFFBF0F0; /* bit18 off */
508 TxPinCfg &= 0xFFFFF0F0;
511 RTMP_IO_WRITE32(pAd, TX_PIN_CFG, TxPinCfg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_asic.c894 unsigned long TxPinCfg = 0x00050F0A; /*Gary 2007/08/09 0x050A0A */ local
922 TxPinCfg &= 0xFFFFFFF3;
925 TxPinCfg &= 0xFFFFF3FF;
928 RTMP_IO_WRITE32(pAd, TX_PIN_CFG, TxPinCfg);
954 unsigned long TxPinCfg = 0x00050F05; /*Gary 2007/8/9 0x050505 */ local
980 TxPinCfg &= 0xFFFFFFF3;
983 TxPinCfg &= 0xFFFFF3FF;
986 RTMP_IO_WRITE32(pAd, TX_PIN_CFG, TxPinCfg);

Completed in 36 milliseconds