Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c963 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_NON_OFDMA },
968 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_OFDMA },
973 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_NON_OFDMA },
981 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_OFDMA },
1113 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_20m_be()
1129 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_40m_be()
1131 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch + 2); in phy_fill_limit_40m_be()
1133 RTW89_CHANNEL_WIDTH_40, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_40m_be()
1144 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 6); in phy_fill_limit_80m_be()
1146 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_80m_be()
[all …]
H A Dphy.c2370 [RTW89_RS_MCS] = RTW89_RATE_MCS_NUM_AX,
2378 [RTW89_RS_MCS] = RTW89_NSS_NUM,
2392 case RTW89_RS_MCS: in rtw89_phy_raw_byr_seek()
2630 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_20m_ax()
2645 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2648 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2651 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_40m_ax()
2666 ntx, RTW89_RS_MCS, ch - 6); in rtw89_phy_fill_txpwr_limit_80m_ax()
2669 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
2672 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
[all …]
H A Dcore.h702 RTW89_RS_MCS, /* for HT/VHT/HE */ enumerator
706 RTW89_RS_LMT_NUM = RTW89_RS_MCS + 1,
H A Drtw8852a_rfk.c3503 RTW89_RS_MCS, RTW89_NONBF, ch_tmp); in _tssi_high_power()
H A Dfw.c10757 case RTW89_RS_MCS: in fw_txpwr_byrate_entry_valid()