Searched refs:lp_ltr_us (Results 1 – 2 of 2) sorted by relevance
698 void thc_ltr_config(struct thc_device *dev, u32 active_ltr_us, u32 lp_ltr_us) in thc_ltr_config() argument718 if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_3 && in thc_ltr_config()719 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_3) { in thc_ltr_config()721 lp_ltr_us = lp_ltr_us >> 5; in thc_ltr_config()722 } else if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_4 && in thc_ltr_config()723 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_4) { in thc_ltr_config()725 lp_ltr_us = lp_ltr_us >> 10; in thc_ltr_config()726 } else if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_5 && in thc_ltr_config()727 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_5) { in thc_ltr_config()729 lp_ltr_us = lp_ltr_us >> 15; in thc_ltr_config()[all …]
99 void thc_ltr_config(struct thc_device *dev, u32 active_ltr_us, u32 lp_ltr_us);