Searched refs:cfo_tail (Results 1 – 20 of 20) sorted by relevance
131 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
1792 int cfo_tail[2]; member2063 u16 cfo_tail[4]; member
213 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus()254 rtl_priv(hw)->dm.cfo_tail[i] = in query_rxphystatus()
2647 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch()2648 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch()
643 s8 cfo_tail[RTW_RF_PATH_MAX]; member1653 s32 cfo_tail[RTW_RF_PATH_MAX]; member1731 s16 cfo_tail[RTW_RF_PATH_MAX]; member
896 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1()897 pkt_stat->cfo_tail[RF_PATH_B] = GET_PHY_STAT_P1_CFO_TAIL_B(phy_status); in query_phy_status_page1()903 dm_info->cfo_tail[path] = (pkt_stat->cfo_tail[path] * 5) >> 1; in query_phy_status_page1()
1009 pkt_stat->cfo_tail[RF_PATH_A] = phy_status->path_cfotail[RF_PATH_A]; in query_phy_status_ofdm()1015 dm_info->cfo_tail[RF_PATH_A] = (pkt_stat->cfo_tail[RF_PATH_A] * 5) >> 1; in query_phy_status_ofdm()
198 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1()203 dm_info->cfo_tail[RF_PATH_A] = (pkt_stat->cfo_tail[RF_PATH_A] * 5) >> 1; in query_phy_status_page1()
862 dm_info->cfo_tail[RF_PATH_A], in rtw_debugfs_get_phy_info()863 dm_info->cfo_tail[RF_PATH_B]); in rtw_debugfs_get_phy_info()
2644 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1()2645 pkt_stat->cfo_tail[RF_PATH_B] = GET_PHY_STAT_P1_CFO_TAIL_B(phy_status); in query_phy_status_page1()2658 dm_info->cfo_tail[path] = (pkt_stat->cfo_tail[path] * 5) >> 1; in query_phy_status_page1()4314 cfo_rpt_sum = REPORT_TO_KHZ(cfo->cfo_tail[i]); in rtw8822c_cfo_calc_avg()4325 cfo->cfo_tail[i] = 0; in rtw8822c_cfo_calc_avg()
634 cfo->cfo_tail[i] += pkt_stat->cfo_tail[i]; in rtw_phy_parsing_cfo_iter()
696 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch()697 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch()
193 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl92ee_query_rxphystatus()
1137 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl8723be_dm_dynamic_atc_switch()1138 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl8723be_dm_dynamic_atc_switch()
167 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl8723be_query_rxphystatus()
231 u16 cfo_tail[4]; /* per-path's Cfo_tail */ member
5748 priv->cfo_tracking.cfo_tail[0] = phy_stats->path_cfotail[0]; in rtl8723au_rx_parse_phystats()5749 priv->cfo_tracking.cfo_tail[1] = phy_stats->path_cfotail[1]; in rtl8723au_rx_parse_phystats()5790 priv->cfo_tracking.cfo_tail[RF_A] = phy_stats1->cfo_tail[RF_A]; in jaguar2_rx_parse_phystats_type1()5791 priv->cfo_tracking.cfo_tail[RF_B] = phy_stats1->cfo_tail[RF_B]; in jaguar2_rx_parse_phystats_type1()7328 cfo_khz_a = (int)((cfo->cfo_tail[0] * 3125) / 10) >> 7; in rtl8xxxu_track_cfo()7329 cfo_khz_b = (int)((cfo->cfo_tail[1] * 3125) / 10) >> 7; in rtl8xxxu_track_cfo()
792 s8 cfo_tail[4]; /* s(8,7) */ member1780 int cfo_tail[2]; member
4005 cfo_khz_all += cfo->cfo_tail[i]; in rtw89_phy_average_cfo_calc()4043 cfo_khz_all += cfo->cfo_tail[i]; in rtw89_phy_multi_sta_cfo_calc()4056 cfo->cfo_avg[i] = phy_div(cfo->cfo_tail[i], in rtw89_phy_multi_sta_cfo_calc()4075 cfo->cfo_avg[i] = phy_div(cfo->cfo_tail[i], in rtw89_phy_multi_sta_cfo_calc()4124 memset(&cfo->cfo_tail, 0, sizeof(cfo->cfo_tail)); in rtw89_phy_cfo_statistics_reset()4288 cfo->cfo_tail[macid] += cfo_val; in rtw89_phy_cfo_parse()
4965 s32 cfo_tail[CFO_TRACK_MAX_USER]; member
Completed in 167 milliseconds