Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_phystatus.c746 u8 stream_rxevm_tmp = 0; in phydm_rx_phy_status92c_series_parsing() local
956 stream_rxevm_tmp = (u8)(0 - (p_phy_sta_rpt->stream_rxevm[i])); in phydm_rx_phy_status92c_series_parsing()
958 if (stream_rxevm_tmp == 64) in phydm_rx_phy_status92c_series_parsing()
959 stream_rxevm_tmp = 0; in phydm_rx_phy_status92c_series_parsing()
961 p_phy_info->rx_mimo_evm_dbm[i] = stream_rxevm_tmp; in phydm_rx_phy_status92c_series_parsing()