Searched refs:set_bb_reg (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 220 static u8 set_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask, u32 value) in set_bb_reg() function 291 set_bb_reg(pAdapter, rTxAGC_CCK_Mcs32, bTxAGCRateCCK, TxAGC); in SetCCKTxPower() 299 set_bb_reg(pAdapter, rTxAGC_Rate18_06, bTxAGCRate18_06, TxAGC); in SetOFDMTxPower() 300 set_bb_reg(pAdapter, rTxAGC_Rate54_24, bTxAGCRate54_24, TxAGC); in SetOFDMTxPower() 301 set_bb_reg(pAdapter, rTxAGC_Mcs03_Mcs00, bTxAGCRateMCS3_MCS0, TxAGC); in SetOFDMTxPower() 302 set_bb_reg(pAdapter, rTxAGC_Mcs07_Mcs04, bTxAGCRateMCS7_MCS4, TxAGC); in SetOFDMTxPower() 303 set_bb_reg(pAdapter, rTxAGC_Mcs11_Mcs08, bTxAGCRateMCS11_MCS8, TxAGC); in SetOFDMTxPower() 304 set_bb_reg(pAdapter, rTxAGC_Mcs15_Mcs12, bTxAGCRateMCS15_MCS12, TxAGC); in SetOFDMTxPower() 322 set_bb_reg(pAdapter, rFPGA0_TxGainStage, in r8712_SetTxAGCOffset() 352 set_bb_reg(pAdapter, rFPGA0_RFMOD, bRFMOD, 0x0); in r8712_SwitchBandwidth() [all …]
|