Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c7087 u8 under_region = dig->pd_low_th_ofst; in rtw89_phy_dig_cal_under_region() local
7090 under_region += PD_TH_SB_FLTR_CMP_VAL; in rtw89_phy_dig_cal_under_region()
7094 under_region += PD_TH_BW40_CMP_VAL; in rtw89_phy_dig_cal_under_region()
7097 under_region += PD_TH_BW80_CMP_VAL; in rtw89_phy_dig_cal_under_region()
7100 under_region += PD_TH_BW160_CMP_VAL; in rtw89_phy_dig_cal_under_region()
7105 under_region += PD_TH_BW20_CMP_VAL; in rtw89_phy_dig_cal_under_region()
7109 return under_region; in rtw89_phy_dig_cal_under_region()
7118 u8 ofdm_cca_th, under_region; in __rtw89_phy_dig_dyn_pd_th() local
7122 under_region = rtw89_phy_dig_cal_under_region(rtwdev, bb, chan); in __rtw89_phy_dig_dyn_pd_th()
7126 ofdm_cca_th = clamp_t(u8, final_rssi, PD_TH_MIN_RSSI + under_region, in __rtw89_phy_dig_dyn_pd_th()
[all …]