Searched refs:tmp_rpl (Results 1 – 1 of 1) sorted by relevance
1774 u16 tmp_rpl; in rtw89_core_parse_phy_status_ie00() local1776 tmp_rpl = le32_get_bits(ie->w0, RTW89_PHY_STS_IE00_W0_RPL); in rtw89_core_parse_phy_status_ie00()1777 phy_ppdu->rpl_avg = tmp_rpl >> 1; in rtw89_core_parse_phy_status_ie00()1786 u16 tmp_rpl[RF_PATH_MAX]; in rtw89_core_parse_phy_status_ie00_v2() local1790 tmp_rpl[RF_PATH_A] = le32_get_bits(ie->w4, RTW89_PHY_STS_IE00_V2_W4_RPL_TD_A); in rtw89_core_parse_phy_status_ie00_v2()1791 tmp_rpl[RF_PATH_B] = le32_get_bits(ie->w4, RTW89_PHY_STS_IE00_V2_W4_RPL_TD_B); in rtw89_core_parse_phy_status_ie00_v2()1792 tmp_rpl[RF_PATH_C] = le32_get_bits(ie->w4, RTW89_PHY_STS_IE00_V2_W4_RPL_TD_C); in rtw89_core_parse_phy_status_ie00_v2()1793 tmp_rpl[RF_PATH_D] = le32_get_bits(ie->w5, RTW89_PHY_STS_IE00_V2_W5_RPL_TD_D); in rtw89_core_parse_phy_status_ie00_v2()1796 rpl_path[i] = tmp_rpl[i] >> 1; in rtw89_core_parse_phy_status_ie00_v2()