Searched refs:set_bb_reg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 213 static u8 set_bb_reg(struct _adapter *pAdapter, in set_bb_reg() function 286 set_bb_reg(pAdapter, rTxAGC_CCK_Mcs32, bTxAGCRateCCK, TxAGC); in SetCCKTxPower() 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() 300 set_bb_reg(pAdapter, rTxAGC_Mcs15_Mcs12, bTxAGCRateMCS15_MCS12, TxAGC); in SetOFDMTxPower() 319 set_bb_reg(pAdapter, rFPGA0_TxGainStage, in r8712_SetTxAGCOffset() 349 set_bb_reg(pAdapter, rFPGA0_RFMOD, bRFMOD, 0x0); in r8712_SwitchBandwidth() [all …]
|