Searched refs:RTW89_RS_MCS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/contrib/dev/rtw89/ |
| HD | phy_be.c | 451 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_NON_OFDMA }, 456 .init = { .rs = RTW89_RS_MCS, .idx = 14, .ofdma = RTW89_OFDMA }, 461 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_NON_OFDMA }, 469 .init = { .rs = RTW89_RS_MCS, .ofdma = RTW89_OFDMA }, 601 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_20m_be() 617 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_40m_be() 619 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch + 2); in phy_fill_limit_40m_be() 621 RTW89_CHANNEL_WIDTH_40, ntx, RTW89_RS_MCS, ch); in phy_fill_limit_40m_be() 632 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 6); in phy_fill_limit_80m_be() 634 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_MCS, ch - 2); in phy_fill_limit_80m_be() [all …]
|
| HD | phy.c | 2107 [RTW89_RS_MCS] = RTW89_RATE_MCS_NUM_AX, 2115 [RTW89_RS_MCS] = RTW89_NSS_NUM, 2129 case RTW89_RS_MCS: in rtw89_phy_raw_byr_seek() 2327 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_20m_ax() 2342 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_40m_ax() 2345 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_40m_ax() 2348 ntx, RTW89_RS_MCS, ch); in rtw89_phy_fill_txpwr_limit_40m_ax() 2363 ntx, RTW89_RS_MCS, ch - 6); in rtw89_phy_fill_txpwr_limit_80m_ax() 2366 ntx, RTW89_RS_MCS, ch - 2); in rtw89_phy_fill_txpwr_limit_80m_ax() 2369 ntx, RTW89_RS_MCS, ch + 2); in rtw89_phy_fill_txpwr_limit_80m_ax() [all …]
|
| HD | core.h | 666 RTW89_RS_MCS, /* for HT/VHT/HE */ enumerator 670 RTW89_RS_LMT_NUM = RTW89_RS_MCS + 1,
|
| HD | rtw8852a_rfk.c | 3503 RTW89_RS_MCS, RTW89_NONBF, ch_tmp); in _tssi_high_power()
|
| HD | fw.c | 8550 case RTW89_RS_MCS: in fw_txpwr_byrate_entry_valid()
|