Home
last modified time | relevance | path

Searched refs:rfpath (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/rtw89/
H A Dacpi.c516 static u8 rtw89_acpi_sar_rfpath_to_hp_antidx(enum rtw89_rf_path rfpath) in rtw89_acpi_sar_rfpath_to_hp_antidx() argument
518 switch (rfpath) { in rtw89_acpi_sar_rfpath_to_hp_antidx()
527 static u8 rtw89_acpi_sar_rfpath_to_rt_antidx(enum rtw89_rf_path rfpath) in rtw89_acpi_sar_rfpath_to_rt_antidx() argument
529 switch (rfpath) { in rtw89_acpi_sar_rfpath_to_rt_antidx()
H A Dacpi.h187 u8 (*rfpath_to_antidx)(enum rtw89_rf_path rfpath);
H A Dcore.h4880 u8 (*rfpath_to_antidx)(enum rtw89_rf_path rfpath);
/src/sys/contrib/dev/rtw88/
H A Dphy.c1535 u32 band, u32 rfpath, u32 txnum, in rtw_phy_store_tx_power_by_rate() argument
1549 if (WARN_ON(rfpath >= RTW_RF_PATH_MAX || in rtw_phy_store_tx_power_by_rate()
1558 hal->tx_pwr_by_rate_offset_2g[rfpath][rate] = offset; in rtw_phy_store_tx_power_by_rate()
1560 hal->tx_pwr_by_rate_offset_5g[rfpath][rate] = offset; in rtw_phy_store_tx_power_by_rate()