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.c445 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_NON_OFDMA },
450 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_OFDMA },
455 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_NON_OFDMA },
463 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_OFDMA },
595 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_20m_be()
611 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_40m_be()
613 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch + 2); in phy_fill_limit_40m_be()
615 RTW89_CHANNEL_WIDTH_40, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_40m_be()
626 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 6); in phy_fill_limit_80m_be()
628 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_80m_be()
[all …]
H A Dphy.c1787 [RTW89_RS_MCS] = RTW89_RATE_MCS_NUM_AX,
1795 [RTW89_RS_MCS] = RTW89_NSS_NUM,
1809 case RTW89_RS_MCS: in rtw89_phy_raw_byr_seek()
2020 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_20m_ax()
2035 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2038 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2041 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_40m_ax()
2056 ntx, RTW89_RS_MCS, ch - 6); in rtw89_phy_fill_txpwr_limit_80m_ax()
2059 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
2062 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
[all …]
H A Dcore.h660 RTW89_RS_MCS, /* for HT/VHT/HE */ enumerator
664 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.c7974 case RTW89_RS_MCS: in fw_txpwr_byrate_entry_valid()