Searched refs:active_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() argument702 if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_3 && in thc_ltr_config()703 active_ltr_us < THC_LTR_MAX_VAL_SCALE_3) { in thc_ltr_config()705 active_ltr_us = active_ltr_us >> 5; in thc_ltr_config()706 } else if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_4 && in thc_ltr_config()707 active_ltr_us < THC_LTR_MAX_VAL_SCALE_4) { in thc_ltr_config()709 active_ltr_us = active_ltr_us >> 10; in thc_ltr_config()710 } else if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_5 && in thc_ltr_config()711 active_ltr_us < THC_LTR_MAX_VAL_SCALE_5) { in thc_ltr_config()713 active_ltr_us = active_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);