Home
last modified time | relevance | path

Searched refs:rfe_parms (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b.c1722 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8851b_set_tx_shape() local
1725 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()
1726 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
H A Dphy.c1913 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit() local
1914 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit()
1915 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit()
1916 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit()
2170 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit_ru() local
2171 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit_ru()
2172 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit_ru()
2173 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit_ru()
H A Drtw8852b.c1720 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852b_set_tx_shape() local
1723 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852b_set_tx_shape()
1724 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852b_set_tx_shape()
H A Drtw8852c.c2018 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852c_set_tx_shape() local
2021 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852c_set_tx_shape()
2022 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852c_set_tx_shape()
H A Drtw8922a.c2013 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8922a_set_tx_shape() local
2014 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw8922a_set_tx_shape()
H A Dcore.c4365 while (conf->rfe_parms) { in rtw89_core_setup_rfe_parms()
4367 sel = conf->rfe_parms; in rtw89_core_setup_rfe_parms()
4376 rtwdev->rfe_parms = rtw89_load_rfe_data_from_fw(rtwdev, sel); in rtw89_core_setup_rfe_parms()
4377 rtw89_load_txpwr_table(rtwdev, rtwdev->rfe_parms->byr_tbl); in rtw89_core_setup_rfe_parms()
H A Dcore.h3878 const struct rtw89_rfe_parms *rfe_parms; member
3968 struct rtw89_rfe_parms rfe_parms; member
5374 const struct rtw89_rfe_parms *rfe_parms; member
H A Drtw8851b_table.c14913 .rfe_parms = &rtw89_8851b_rfe_parms_type2,
H A Dfw.c7898 parms = &rfe_data->rfe_parms; in rtw89_load_rfe_data_from_fw()