Searched refs:active_ltr_us (Results 1 – 2 of 2) sorted by relevance
700 void thc_ltr_config(struct thc_device *dev, u32 active_ltr_us, u32 lp_ltr_us) in thc_ltr_config() argument704 if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_3 && in thc_ltr_config()705 active_ltr_us < THC_LTR_MAX_VAL_SCALE_3) { in thc_ltr_config()707 active_ltr_us = active_ltr_us >> 5; in thc_ltr_config()708 } else if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_4 && in thc_ltr_config()709 active_ltr_us < THC_LTR_MAX_VAL_SCALE_4) { in thc_ltr_config()711 active_ltr_us = active_ltr_us >> 10; in thc_ltr_config()712 } else if (active_ltr_us >= THC_LTR_MIN_VAL_SCALE_5 && in thc_ltr_config()713 active_ltr_us < THC_LTR_MAX_VAL_SCALE_5) { in thc_ltr_config()715 active_ltr_us = active_ltr_us >> 15; in thc_ltr_config()[all …]
112 void thc_ltr_config(struct thc_device *dev, u32 active_ltr_us, u32 lp_ltr_us);