Searched refs:rfe_parms (Results 1 – 5 of 5) sorted by relevance
2353 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_can_apply_ant_gain() local2364 if (!rfe_parms->has_da) in rtw89_can_apply_ant_gain()2573 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit() local2574 const struct rtw89_txpwr_rule_2ghz *rule_da_2ghz = &rfe_parms->rule_da_2ghz; in rtw89_phy_read_txpwr_limit()2575 const struct rtw89_txpwr_rule_5ghz *rule_da_5ghz = &rfe_parms->rule_da_5ghz; in rtw89_phy_read_txpwr_limit()2576 const struct rtw89_txpwr_rule_6ghz *rule_da_6ghz = &rfe_parms->rule_da_6ghz; in rtw89_phy_read_txpwr_limit()2577 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit()2578 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit()2579 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit()2858 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit_ru() local[all …]
5351 const struct rtw89_rfe_parms *rfe_parms; member5454 struct rtw89_rfe_parms rfe_parms; member7565 const struct rtw89_rfe_parms *rfe_parms; member8939 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_get_tx_shape_idx() local8940 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw89_get_tx_shape_idx()
7197 while (conf->rfe_parms) { in rtw89_core_setup_rfe_parms()7199 sel = conf->rfe_parms; in rtw89_core_setup_rfe_parms()7208 rtwdev->rfe_parms = rtw89_load_rfe_data_from_fw(rtwdev, sel); in rtw89_core_setup_rfe_parms()7209 rtw89_load_txpwr_table(rtwdev, rtwdev->rfe_parms->byr_tbl); in rtw89_core_setup_rfe_parms()
14913 .rfe_parms = &rtw89_8851b_rfe_parms_type2,
12479 parms = &rfe_data->rfe_parms; in rtw89_load_rfe_data_from_fw()