Searched refs:rfe_parms (Results 1 – 9 of 9) sorted by relevance
1326 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852bx_set_tx_shape() local1329 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()
1754 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8851b_set_tx_shape() local1757 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()1758 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
2257 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit() local2258 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit()2259 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit()2260 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit()2517 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit_ru() local2518 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit_ru()2519 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit_ru()2520 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit_ru()
2053 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852c_set_tx_shape() local2056 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852c_set_tx_shape()2057 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852c_set_tx_shape()
2221 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8922a_set_tx_shape() local2222 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw8922a_set_tx_shape()
5050 while (conf->rfe_parms) { in rtw89_core_setup_rfe_parms()5052 sel = conf->rfe_parms; in rtw89_core_setup_rfe_parms()5061 rtwdev->rfe_parms = rtw89_load_rfe_data_from_fw(rtwdev, sel); in rtw89_core_setup_rfe_parms()5062 rtw89_load_txpwr_table(rtwdev, rtwdev->rfe_parms->byr_tbl); in rtw89_core_setup_rfe_parms()
3993 const struct rtw89_rfe_parms *rfe_parms; member4089 struct rtw89_rfe_parms rfe_parms; member5666 const struct rtw89_rfe_parms *rfe_parms; member
14913 .rfe_parms = &rtw89_8851b_rfe_parms_type2,
9119 parms = &rfe_data->rfe_parms; in rtw89_load_rfe_data_from_fw()