Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c1232 .init = { .rs = RTW89_RS_OFDM },
1385 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, ch); in phy_fill_limit_20m_be()
1400 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, pri_ch); in phy_fill_limit_40m_be()
1415 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, pri_ch); in phy_fill_limit_80m_be()
1442 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, pri_ch); in phy_fill_limit_160m_be()
1491 RTW89_CHANNEL_WIDTH_20, ntx, RTW89_RS_OFDM, pri_ch); in phy_fill_limit_320m_be()
H A Dphy.c2411 [RTW89_RS_OFDM] = RTW89_RATE_OFDM_NUM,
2419 [RTW89_RS_OFDM] = 1,
2432 case RTW89_RS_OFDM: in rtw89_phy_raw_byr_seek()
2669 ntx, RTW89_RS_OFDM, ch); in rtw89_phy_fill_txpwr_limit_20m_ax()
2684 ntx, RTW89_RS_OFDM, pri_ch); in rtw89_phy_fill_txpwr_limit_40m_ax()
2705 ntx, RTW89_RS_OFDM, pri_ch); in rtw89_phy_fill_txpwr_limit_80m_ax()
2749 ntx, RTW89_RS_OFDM, pri_ch); in rtw89_phy_fill_txpwr_limit_160m_ax()
3076 RTW89_RS_OFDM, in rtw89_phy_set_txpwr_byrate_ax()
3091 BUILD_BUG_ON(rtw89_rs_idx_num_ax[RTW89_RS_OFDM] % 4); in rtw89_phy_set_txpwr_byrate_ax()
H A Drtw8852b_common.c1326 u8 tx_shape_ofdm = rtw89_get_tx_shape_idx(rtwdev, band, RTW89_RS_OFDM); in rtw8852bx_set_tx_shape()
H A Dcore.h711 RTW89_RS_OFDM, enumerator
717 RTW89_RS_TX_SHAPE_NUM = RTW89_RS_OFDM + 1,
8945 rs = RTW89_RS_OFDM; in rtw89_get_tx_shape_idx()
H A Drtw8851b.c1923 u8 tx_shape_ofdm = rtw89_get_tx_shape_idx(rtwdev, band, RTW89_RS_OFDM); in rtw8851b_set_tx_shape()
H A Drtw8852c.c2198 u8 tx_shape_ofdm = rtw89_get_tx_shape_idx(rtwdev, band, RTW89_RS_OFDM); in rtw8852c_set_tx_shape()
H A Drtw8922a.c2508 tx_shape_idx = rtw89_get_tx_shape_idx(rtwdev, band, RTW89_RS_OFDM); in rtw8922a_set_tx_shape()
H A Drtw8922d.c2921 tx_shape_idx = rtw89_get_tx_shape_idx(rtwdev, band, RTW89_RS_OFDM); in rtw8922d_set_tx_shape()
H A Drtw8852a_rfk.c3558 RTW89_1TX, RTW89_RS_OFDM, in _tssi_pre_tx()
H A Dfw.c12085 case RTW89_RS_OFDM: in fw_txpwr_byrate_entry_valid()