Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1653 u16 tmp_rpl; in rtw89_core_parse_phy_status_ie00() local
1655 tmp_rpl = le32_get_bits(ie->w0, RTW89_PHY_STS_IE00_W0_RPL); in rtw89_core_parse_phy_status_ie00()
1656 phy_ppdu->rpl_avg = tmp_rpl >> 1; in rtw89_core_parse_phy_status_ie00()
1665 u16 tmp_rpl[RF_PATH_MAX]; in rtw89_core_parse_phy_status_ie00_v2() local
1669 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()
1670 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()
1671 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()
1672 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()
1675 rpl_path[i] = tmp_rpl[i] >> 1; in rtw89_core_parse_phy_status_ie00_v2()