Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8192u/
Dr8190_rtl8256.c121 u8 ConstRetryTimes = 5, RetryTimes = 5; in phy_rf8256_config_para_file() local
165 RetryTimes = ConstRetryTimes; in phy_rf8256_config_para_file()
170 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_rf8256_config_para_file()
174 RetryTimes--; in phy_rf8256_config_para_file()
178 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_rf8256_config_para_file()
182 RetryTimes--; in phy_rf8256_config_para_file()
186 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_rf8256_config_para_file()
190 RetryTimes--; in phy_rf8256_config_para_file()
194 while (RF3_Final_Value != RegValueToBeCheck && RetryTimes != 0) { in phy_rf8256_config_para_file()
198 RetryTimes--; in phy_rf8256_config_para_file()
/linux-5.19.10/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c63 u8 ConstRetryTimes = 5, RetryTimes = 5; in rtl92e_config_rf() local
108 RetryTimes = ConstRetryTimes; in rtl92e_config_rf()
111 RetryTimes != 0) { in rtl92e_config_rf()
122 RetryTimes--; in rtl92e_config_rf()