Searched refs:RF3_Final_Value (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 114 u32 RF3_Final_Value = 0; in phy_RF8256_Config_ParaFile() local 160 RF3_Final_Value = 0; in phy_RF8256_Config_ParaFile() 164 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile() 166 …RF3_Final_Value = rtl8192_phy_QueryRFReg(dev, (enum rf90_radio_path_e)eRFPath, RegOffSetToBeCheck,… in phy_RF8256_Config_ParaFile() 167 …RACE(COMP_RF, "RF %d %d register final value: %x\n", eRFPath, RegOffSetToBeCheck, RF3_Final_Value); in phy_RF8256_Config_ParaFile() 172 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile() 174 …RF3_Final_Value = rtl8192_phy_QueryRFReg(dev, (enum rf90_radio_path_e)eRFPath, RegOffSetToBeCheck,… in phy_RF8256_Config_ParaFile() 175 …RACE(COMP_RF, "RF %d %d register final value: %x\n", eRFPath, RegOffSetToBeCheck, RF3_Final_Value); in phy_RF8256_Config_ParaFile() 180 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile() 182 …RF3_Final_Value = rtl8192_phy_QueryRFReg(dev, (enum rf90_radio_path_e)eRFPath, RegOffSetToBeCheck,… in phy_RF8256_Config_ParaFile() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 72 u32 RF3_Final_Value = 0; in rtl92e_config_rf() local 120 RF3_Final_Value = 0; in rtl92e_config_rf() 121 while (RF3_Final_Value != RegValueToBeCheck && in rtl92e_config_rf() 125 RF3_Final_Value = rtl92e_get_rf_reg(dev, in rtl92e_config_rf() 132 RF3_Final_Value); in rtl92e_config_rf()
|