Searched refs:cfo_tail (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_hwconfig.c | 978 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()
|
D | phydm_hwconfig.h | 380 s8 cfo_tail[4]; /* s(8,7) */ member
|
D | phydm.h | 128 s16 cfo_tail[4]; /* per-path's cfo_tail */ member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | stats.c | 152 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
|
D | wifi.h | 1855 int cfo_tail[2]; member 2139 u16 cfo_tail[4]; member
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | stats.c | 136 rtlpriv->stats.rx_cfo_tail[rfpath] = pstatus->cfo_tail[rfpath]; in rtl_process_ui_rssi()
|
D | wifi.h | 1791 int cfo_tail[2]; member 2068 u16 cfo_tail[4]; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 236 pstatus->cfo_tail[i] = odm_cfo(p_phystrpt->cfotail[i]); in query_rxphystatus() 277 rtl_priv(hw)->dm.cfo_tail[i] = in query_rxphystatus()
|
D | dm.c | 2839 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/ |
D | dm.c | 843 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()
|
D | trx.c | 214 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl92ee_query_rxphystatus()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | dm.c | 1162 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()
|
D | trx.c | 190 rtl_priv(hw)->dm.cfo_tail[i] = in _rtl8723be_query_rxphystatus()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | odm.h | 237 u16 cfo_tail[4]; /* per-path's Cfo_tail */ member
|