Searched refs:timecount (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 2562 u16 timeout = 800, timecount = 0; in _rtl92d_phy_lc_calibrate_sw() local 2590 while ((!(u4tmp & BIT(11))) && timecount <= timeout) { in _rtl92d_phy_lc_calibrate_sw() 2592 timecount += 50; in _rtl92d_phy_lc_calibrate_sw() 2597 "PHY_LCK finish delay for %d ms=2\n", timecount); in _rtl92d_phy_lc_calibrate_sw() 2669 u32 timeout = 2000, timecount = 0; in rtl92d_phy_lc_calibrate() local 2671 while (rtlpriv->mac80211.act_scanning && timecount < timeout) { in rtl92d_phy_lc_calibrate() 2673 timecount += 50; in rtl92d_phy_lc_calibrate() 2679 rtlhal->current_bandtype, timecount); in rtl92d_phy_lc_calibrate() 2861 u32 timeout = 1000, timecount = 0; in rtl92d_phy_sw_chnl() local 2875 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl92d_phy_sw_chnl() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 1342 u32 timeout = 2000, timecount = 0; in rtl88eu_phy_lc_calibrate() local 1350 while (*(dm_odm->pbScanInProcess) && timecount < timeout) { in rtl88eu_phy_lc_calibrate() 1352 timecount += 50; in rtl88eu_phy_lc_calibrate()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 2086 u32 timeout = 2000, timecount = 0; in rtl88e_phy_lc_calibrate() local 2088 while (rtlpriv->mac80211.act_scanning && timecount < timeout) { in rtl88e_phy_lc_calibrate() 2090 timecount += 50; in rtl88e_phy_lc_calibrate() 2096 rtlhal->current_bandtype, timecount); in rtl88e_phy_lc_calibrate()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 2421 u32 timeout = 2000, timecount = 0; in rtl8723be_phy_lc_calibrate() local 2423 while (rtlpriv->mac80211.act_scanning && timecount < timeout) { in rtl8723be_phy_lc_calibrate() 2425 timecount += 50; in rtl8723be_phy_lc_calibrate() 2431 rtlhal->current_bandtype, timecount); in rtl8723be_phy_lc_calibrate()
|
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.c | 1996 u32 timeout = 1000, timecount = 0; in rtl8822be_phy_sw_chnl() local 2009 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl8822be_phy_sw_chnl() 2011 timecount += 50; in rtl8822be_phy_sw_chnl()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 2955 u32 timeout = 2000, timecount = 0; in rtl92ee_phy_lc_calibrate() local 2957 while (rtlpriv->mac80211.act_scanning && timecount < timeout) { in rtl92ee_phy_lc_calibrate() 2959 timecount += 50; in rtl92ee_phy_lc_calibrate() 2965 rtlhal->current_bandtype, timecount); in rtl92ee_phy_lc_calibrate()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalPhyRf_8723B.c | 2050 u32 timeout = 2000, timecount = 0; in PHY_LCCalibrate_8723B() local 2066 while (*(pDM_Odm->pbScanInProcess) && timecount < timeout) { in PHY_LCCalibrate_8723B() 2068 timecount += 50; in PHY_LCCalibrate_8723B()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 3594 u32 timeout = 1000, timecount = 0; in rtl8821ae_phy_sw_chnl() local 3607 while (rtlphy->lck_inprogress && timecount < timeout) { in rtl8821ae_phy_sw_chnl() 3609 timecount += 50; in rtl8821ae_phy_sw_chnl()
|