Searched refs:TxAGC (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8190P_rtl8256.c | 139 u32 TxAGC = 0; in rtl92e_set_cck_tx_power() local 142 TxAGC = powerlevel; in rtl92e_set_cck_tx_power() 145 TxAGC = 0x22; in rtl92e_set_cck_tx_power() 147 TxAGC += priv->cck_pwr_enl; in rtl92e_set_cck_tx_power() 149 if (TxAGC > 0x24) in rtl92e_set_cck_tx_power() 150 TxAGC = 0x24; in rtl92e_set_cck_tx_power() 151 rtl92e_set_bb_reg(dev, rTxAGC_CCK_Mcs32, bTxAGCRateCCK, TxAGC); in rtl92e_set_cck_tx_power()
|
/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.c | 283 u16 TxAGC = 0; in SetCCKTxPower() local 285 TxAGC = TxPower; in SetCCKTxPower() 286 set_bb_reg(pAdapter, rTxAGC_CCK_Mcs32, bTxAGCRateCCK, TxAGC); in SetCCKTxPower() 291 u32 TxAGC = 0; in SetOFDMTxPower() local 293 TxAGC |= ((TxPower << 24) | (TxPower << 16) | (TxPower << 8) | in SetOFDMTxPower() 295 set_bb_reg(pAdapter, rTxAGC_Rate18_06, bTxAGCRate18_06, TxAGC); in SetOFDMTxPower() 296 set_bb_reg(pAdapter, rTxAGC_Rate54_24, bTxAGCRate54_24, TxAGC); in SetOFDMTxPower() 297 set_bb_reg(pAdapter, rTxAGC_Mcs03_Mcs00, bTxAGCRateMCS3_MCS0, TxAGC); in SetOFDMTxPower() 298 set_bb_reg(pAdapter, rTxAGC_Mcs07_Mcs04, bTxAGCRateMCS7_MCS4, TxAGC); in SetOFDMTxPower() 299 set_bb_reg(pAdapter, rTxAGC_Mcs11_Mcs08, bTxAGCRateMCS11_MCS8, TxAGC); in SetOFDMTxPower() [all …]
|