Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.c1784 static const u8 rtw89_rs_idx_num_ax[] = { variable
2417 BUILD_BUG_ON(rtw89_rs_idx_num_ax[RTW89_RS_CCK] % 4); in rtw89_phy_set_txpwr_byrate_ax()
2418 BUILD_BUG_ON(rtw89_rs_idx_num_ax[RTW89_RS_OFDM] % 4); in rtw89_phy_set_txpwr_byrate_ax()
2419 BUILD_BUG_ON(rtw89_rs_idx_num_ax[RTW89_RS_MCS] % 4); in rtw89_phy_set_txpwr_byrate_ax()
2420 BUILD_BUG_ON(rtw89_rs_idx_num_ax[RTW89_RS_HEDCM] % 4); in rtw89_phy_set_txpwr_byrate_ax()
2429 for (cur.idx = 0; cur.idx < rtw89_rs_idx_num_ax[rs[i]]; in rtw89_phy_set_txpwr_byrate_ax()