Home
last modified time | relevance | path

Searched refs:tx_shape (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8922a.c2224 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw8922a_set_tx_shape() local
2230 tx_shape_idx = (*tx_shape->lmt)[band][RTW89_RS_OFDM][regd]; in rtw8922a_set_tx_shape()
H A Drtw8852b_common.c1329 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852bx_set_tx_shape()
1330 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852bx_set_tx_shape()
H A Drtw8851b.c1884 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()
1885 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
H A Drtw8852c.c2062 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852c_set_tx_shape()
2063 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852c_set_tx_shape()
H A Drtw8851b_table.c14888 .tx_shape = {
14904 .tx_shape = {
H A Dfw.c10111 parms->tx_shape.lmt = &rfe_data->tx_shape_lmt.v;
10116 parms->tx_shape.lmt_ru = &rfe_data->tx_shape_lmt_ru.v;
H A Dcore.h4100 struct rtw89_tx_shape tx_shape; member