/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | stats.c | 131 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
|
H A D | wifi.h | 1830 int cfo_tail[2]; member 2107 u16 cfo_tail[4]; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 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()
|
H A D | dm.c | 2649 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch() 2650 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl8821ae_dm_dynamic_atc_switch()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | main.h | 632 s8 cfo_tail[RTW_RF_PATH_MAX]; member 1641 s32 cfo_tail[RTW_RF_PATH_MAX]; member 1717 s16 cfo_tail[RTW_RF_PATH_MAX]; member
|
H A D | rtw8822b.c | 895 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1() 896 pkt_stat->cfo_tail[RF_PATH_B] = GET_PHY_STAT_P1_CFO_TAIL_B(phy_status); in query_phy_status_page1() 902 dm_info->cfo_tail[path] = (pkt_stat->cfo_tail[path] * 5) >> 1; in query_phy_status_page1()
|
H A D | debug.c | 823 dm_info->cfo_tail[RF_PATH_A], in rtw_debugfs_get_phy_info() 824 dm_info->cfo_tail[RF_PATH_B]); in rtw_debugfs_get_phy_info()
|
H A D | rtw8723d.c | 310 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1() 315 dm_info->cfo_tail[RF_PATH_A] = (pkt_stat->cfo_tail[RF_PATH_A] * 5) >> 1; in query_phy_status_page1()
|
H A D | rtw8822c.c | 2642 pkt_stat->cfo_tail[RF_PATH_A] = GET_PHY_STAT_P1_CFO_TAIL_A(phy_status); in query_phy_status_page1() 2643 pkt_stat->cfo_tail[RF_PATH_B] = GET_PHY_STAT_P1_CFO_TAIL_B(phy_status); in query_phy_status_page1() 2656 dm_info->cfo_tail[path] = (pkt_stat->cfo_tail[path] * 5) >> 1; in query_phy_status_page1() 4312 cfo_rpt_sum = REPORT_TO_KHZ(cfo->cfo_tail[i]); in rtw8822c_cfo_calc_avg() 4323 cfo->cfo_tail[i] = 0; in rtw8822c_cfo_calc_avg()
|
H A D | phy.c | 634 cfo->cfo_tail[i] += pkt_stat->cfo_tail[i]; in rtw_phy_parsing_cfo_iter()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | dm.c | 703 cfo_khz_a = (int)(rtldm->cfo_tail[0] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch() 704 cfo_khz_b = (int)(rtldm->cfo_tail[1] * 3125) / 1280; in rtl92ee_dm_dynamic_atc_switch()
|
H A D | trx.c | 193 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl92ee_query_rxphystatus()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | dm.c | 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()
|
H A D | trx.c | 167 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl8723be_query_rxphystatus()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.c | 2602 cfo_khz_all += cfo->cfo_tail[i]; in rtw89_phy_average_cfo_calc() 2640 cfo_khz_all += cfo->cfo_tail[i]; in rtw89_phy_multi_sta_cfo_calc() 2653 cfo->cfo_avg[i] = phy_div(cfo->cfo_tail[i], in rtw89_phy_multi_sta_cfo_calc() 2672 cfo->cfo_avg[i] = phy_div(cfo->cfo_tail[i], in rtw89_phy_multi_sta_cfo_calc() 2721 memset(&cfo->cfo_tail, 0, sizeof(cfo->cfo_tail)); in rtw89_phy_cfo_statistics_reset() 2889 cfo->cfo_tail[macid] += cfo_val; in rtw89_phy_cfo_parse()
|
H A D | core.h | 4060 s32 cfo_tail[CFO_TRACK_MAX_USER]; member
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | odm.h | 231 u16 cfo_tail[4]; /* per-path's Cfo_tail */ member
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 5714 priv->cfo_tracking.cfo_tail[0] = phy_stats->path_cfotail[0]; in rtl8723au_rx_parse_phystats() 5715 priv->cfo_tracking.cfo_tail[1] = phy_stats->path_cfotail[1]; in rtl8723au_rx_parse_phystats() 5757 priv->cfo_tracking.cfo_tail[RF_A] = phy_stats1->cfo_tail[RF_A]; in jaguar2_rx_parse_phystats_type1() 5758 priv->cfo_tracking.cfo_tail[RF_B] = phy_stats1->cfo_tail[RF_B]; in jaguar2_rx_parse_phystats_type1() 7106 cfo_khz_a = (int)((cfo->cfo_tail[0] * 3125) / 10) >> 7; in rtl8xxxu_track_cfo() 7107 cfo_khz_b = (int)((cfo->cfo_tail[1] * 3125) / 10) >> 7; in rtl8xxxu_track_cfo()
|
H A D | rtl8xxxu.h | 789 s8 cfo_tail[4]; /* s(8,7) */ member 1777 int cfo_tail[2]; member
|