Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1774 u16 tmp_rpl; in rtw89_core_parse_phy_status_ie00() local
1776 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() local
1790 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()