Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c2309 s8 offset_patha, offset_pathb; in rtw89_phy_ant_gain_offset() local
2311 offset_patha = rtw89_phy_ant_gain_query(rtwdev, RF_PATH_A, center_freq); in rtw89_phy_ant_gain_offset()
2315 return min(offset_patha, offset_pathb); in rtw89_phy_ant_gain_offset()
2317 return max(offset_patha, offset_pathb); in rtw89_phy_ant_gain_offset()
2342 s8 offset_patha, offset_pathb; in rtw89_phy_ant_gain_pwr_offset() local
2350 offset_patha = rtw89_phy_ant_gain_query(rtwdev, RF_PATH_A, chan->freq); in rtw89_phy_ant_gain_pwr_offset()
2353 return rtw89_phy_txpwr_rf_to_bb(rtwdev, offset_patha - offset_pathb); in rtw89_phy_ant_gain_pwr_offset()
2361 s8 offset_patha, offset_pathb; in rtw89_print_ant_gain() local
2368 offset_patha = rtw89_phy_ant_gain_query(rtwdev, RF_PATH_A, chan->freq); in rtw89_print_ant_gain()
2371 p += scnprintf(p, end - p, "ChainA offset: %d dBm\n", offset_patha); in rtw89_print_ant_gain()