Searched refs:lp_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() argument720 if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_3 && in thc_ltr_config()721 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_3) { in thc_ltr_config()723 lp_ltr_us = lp_ltr_us >> 5; in thc_ltr_config()724 } else if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_4 && in thc_ltr_config()725 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_4) { in thc_ltr_config()727 lp_ltr_us = lp_ltr_us >> 10; in thc_ltr_config()728 } else if (lp_ltr_us >= THC_LTR_MIN_VAL_SCALE_5 && in thc_ltr_config()729 lp_ltr_us < THC_LTR_MAX_VAL_SCALE_5) { in thc_ltr_config()731 lp_ltr_us = lp_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);