Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2122 u16 tmp_rpl; in rtw89_core_parse_phy_status_ie00() local
2124 tmp_rpl = le32_get_bits(ie->w0, RTW89_PHY_STS_IE00_W0_RPL); in rtw89_core_parse_phy_status_ie00()
2125 phy_ppdu->rpl_avg = tmp_rpl >> 1; in rtw89_core_parse_phy_status_ie00()
2138 u16 tmp_rpl[RF_PATH_MAX]; in rtw89_core_parse_phy_status_ie00_v2() local
2142 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()
2143 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()
2144 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()
2145 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()
2148 rpl_path[i] = tmp_rpl[i] >> 1; in rtw89_core_parse_phy_status_ie00_v2()