Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c3248 env->ccx_period = 0; in rtw89_phy_ccx_top_setting_init()
3265 numer = report * score + (env->ccx_period >> 1); in rtw89_phy_ccx_get_report()
3266 if (env->ccx_period) in rtw89_phy_ccx_get_report()
3267 ret = numer / env->ccx_period; in rtw89_phy_ccx_get_report()
3661 env->ccx_period = (u16)period; in rtw89_phy_ifs_clm_set()
H A Dcore.h4201 u16 ccx_period; member