Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/
Dr8190_rtl8256.c113 u8 ConstRetryTimes = 5, RetryTimes = 5; in phy_RF8256_Config_ParaFile() local
157 RetryTimes = ConstRetryTimes; in phy_RF8256_Config_ParaFile()
162 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
166 RetryTimes--; in phy_RF8256_Config_ParaFile()
170 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
174 RetryTimes--; in phy_RF8256_Config_ParaFile()
178 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
182 RetryTimes--; in phy_RF8256_Config_ParaFile()
186 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_RF8256_Config_ParaFile()
190 RetryTimes--; in phy_RF8256_Config_ParaFile()
/linux-4.4.14/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()