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.c1237 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_NON_OFDMA },
1242 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_OFDMA },
1247 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_NON_OFDMA },
1255 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_OFDMA },
1387 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_20m_be()
1403 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_40m_be()
1405 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch + 2); in phy_fill_limit_40m_be()
1407 RTW89_CHANNEL_WIDTH_40, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_40m_be()
1418 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 6); in phy_fill_limit_80m_be()
1420 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_80m_be()
[all …]
H A Dphy.c2412 [RTW89_RS_MCS] = RTW89_RATE_MCS_NUM_AX,
2420 [RTW89_RS_MCS] = RTW89_NSS_NUM,
2434 case RTW89_RS_MCS: in rtw89_phy_raw_byr_seek()
2672 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_20m_ax()
2687 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2690 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_40m_ax()
2693 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_40m_ax()
2708 ntx, RTW89_RS_MCS, ch - 6); in rtw89_phy_fill_txpwr_limit_80m_ax()
2711 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
2714 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_80m_ax()
[all …]
H A Dcore.h712 RTW89_RS_MCS, /* for HT/VHT/HE */ enumerator
716 RTW89_RS_LMT_NUM = RTW89_RS_MCS + 1,
H A Drtw8852a_rfk.c3507 RTW89_RS_MCS, RTW89_NONBF, ch_tmp); in _tssi_high_power()
H A Dfw.c12089 case RTW89_RS_MCS: in fw_txpwr_byrate_entry_valid()