Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dcore.c2067 u16 tmp_rpl; in rtw89_core_parse_phy_status_ie00() local
2069 tmp_rpl = le32_get_bits(ie->w0, RTW89_PHY_STS_IE00_W0_RPL); in rtw89_core_parse_phy_status_ie00()
2070 phy_ppdu->rpl_avg = tmp_rpl >> 1; in rtw89_core_parse_phy_status_ie00()
2083 u16 tmp_rpl[RF_PATH_MAX]; in rtw89_core_parse_phy_status_ie00_v2() local
2087 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()
2088 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()
2089 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()
2090 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()
2093 rpl_path[i] = tmp_rpl[i] >> 1; in rtw89_core_parse_phy_status_ie00_v2()