Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c4852 pd_th_dbm = rtw89_dig_pd_th_to_dbm(hal->fixed_dig_pd_th); in rtw89_debug_priv_static_pd_th_get()
4888 hal->fixed_dig_pd_th = 0; in rtw89_debug_priv_static_pd_th_set()
4899 hal->fixed_dig_pd_th = clamp(rtw89_dig_pd_th_dbm_to_reg(pd_th_dbm), in rtw89_debug_priv_static_pd_th_set()
4906 hal->fixed_dig_pd_th, in rtw89_debug_priv_static_pd_th_set()
4907 rtw89_dig_pd_th_to_dbm(hal->fixed_dig_pd_th), in rtw89_debug_priv_static_pd_th_set()
H A Dphy.c7668 pd_val = hal->fixed_dig_pd_th; in rtw89_phy_dig_dyn_pd_th()
7865 pd_val = hal->fixed_dig_pd_th; in rtw89_phy_dig_ctrl()
7871 pd_val = hal->fixed_dig_pd_th; in rtw89_phy_dig_ctrl()
H A Dcore.h6426 u8 fixed_dig_pd_th; /* v = (X(dBm) + 102)/2 */ member