Home
last modified time | relevance | path

Searched refs:RetryTimes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/
Dr8190_rtl8256.c115 u8 ConstRetryTimes = 5, RetryTimes = 5; in phy_RF8256_Config_ParaFile() local
159 RetryTimes = ConstRetryTimes; in phy_RF8256_Config_ParaFile()
164 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
168 RetryTimes--; in phy_RF8256_Config_ParaFile()
172 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
176 RetryTimes--; in phy_RF8256_Config_ParaFile()
180 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
184 RetryTimes--; in phy_RF8256_Config_ParaFile()
188 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
192 RetryTimes--; in phy_RF8256_Config_ParaFile()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c73 u8 ConstRetryTimes = 5, RetryTimes = 5; in rtl92e_config_rf() local
119 RetryTimes = ConstRetryTimes; in rtl92e_config_rf()
122 RetryTimes != 0) { in rtl92e_config_rf()
133 RetryTimes--; in rtl92e_config_rf()