Home
last modified time | relevance | path

Searched refs:cfo_tail (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_hwconfig.c978 phy_info->cfo_tail[i] = in odm_rx_phy_status_jaguar_series_parsing()
1455 odm_memory_set(phydm, phy_info->cfo_tail, 0, 8); in phydm_reset_phy_info()
1459 s8 cfo_tail, s8 rx_snr, in phydm_set_per_path_phy_info() argument
1482 phy_info->cfo_tail[rx_path] = cfo_tail; in phydm_set_per_path_phy_info()
1483 phy_info->cfo_tail[rx_path] = ((phy_info->cfo_tail[rx_path] << 5) + in phydm_set_per_path_phy_info()
1484 (phy_info->cfo_tail[rx_path] << 2) + in phydm_set_per_path_phy_info()
1485 (phy_info->cfo_tail[rx_path] << 1) + in phydm_set_per_path_phy_info()
1486 (phy_info->cfo_tail[rx_path])) >> in phydm_set_per_path_phy_info()
1608 phy_sta_rpt->cfo_tail[i], phy_sta_rpt->rxsnr[i], in phydm_get_rx_phy_status_type1()
1672 odm_parsing_cfo(dm, pktinfo, phy_sta_rpt->cfo_tail, num_ss); in phydm_get_rx_phy_status_type1()
Dphydm_hwconfig.h380 s8 cfo_tail[4]; /* s(8,7) */ member
Dphydm.h128 s16 cfo_tail[4]; /* per-path's cfo_tail */ member
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dstats.c152 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
Dwifi.h1855 int cfo_tail[2]; member
2139 u16 cfo_tail[4]; member
/Linux-v4.19/drivers/staging/rtlwifi/
Dstats.c136 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
Dwifi.h1791 int cfo_tail[2]; member
2068 u16 cfo_tail[4]; member
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c236 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus()
277 rtl_priv(hw)->dm.cfo_tail[i] = in query_rxphystatus()
Ddm.c2839 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch()
2840 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c843 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch()
844 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch()
Dtrx.c214 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl92ee_query_rxphystatus()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.c1162 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl8723be_dm_dynamic_atc_switch()
1163 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl8723be_dm_dynamic_atc_switch()
Dtrx.c190 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl8723be_query_rxphystatus()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm.h237 u16 cfo_tail[4]; /* per-path's Cfo_tail */ member