Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8852b_common.c1325 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852bx_set_tx_shape() local
1328 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852bx_set_tx_shape()
1329 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852bx_set_tx_shape()
Drtw8851b.c1738 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8851b_set_tx_shape() local
1741 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()
1742 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
Dphy.c1947 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit() local
1948 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit()
1949 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit()
1950 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit()
2206 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit_ru() local
2207 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit_ru()
2208 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit_ru()
2209 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit_ru()
Drtw8852c.c2034 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8852c_set_tx_shape() local
2037 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852c_set_tx_shape()
2038 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852c_set_tx_shape()
Drtw8922a.c2088 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw8922a_set_tx_shape() local
2089 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw8922a_set_tx_shape()
Dcore.c4536 while (conf->rfe_parms) { in rtw89_core_setup_rfe_parms()
4538 sel = conf->rfe_parms; in rtw89_core_setup_rfe_parms()
4547 rtwdev->rfe_parms = rtw89_load_rfe_data_from_fw(rtwdev, sel); in rtw89_core_setup_rfe_parms()
4548 rtw89_load_txpwr_table(rtwdev, rtwdev->rfe_parms->byr_tbl); in rtw89_core_setup_rfe_parms()
Dcore.h3968 const struct rtw89_rfe_parms *rfe_parms; member
4064 struct rtw89_rfe_parms rfe_parms; member
5503 const struct rtw89_rfe_parms *rfe_parms; member
Drtw8851b_table.c14913 .rfe_parms = &rtw89_8851b_rfe_parms_type2,
Dfw.c8332 parms = &rfe_data->rfe_parms; in rtw89_load_rfe_data_from_fw()