Searched refs:dfso_upthreshold (Results 1 – 1 of 1) sorted by relevance
27 unsigned int dfso_upthreshold = DFSO_UPTHRESHOLD; in devfreq_simple_ondemand_func() local40 dfso_upthreshold = data->upthreshold; in devfreq_simple_ondemand_func()44 if (dfso_upthreshold > 100 || in devfreq_simple_ondemand_func()45 dfso_upthreshold < dfso_downdifferential) in devfreq_simple_ondemand_func()62 stat->total_time * dfso_upthreshold) { in devfreq_simple_ondemand_func()75 stat->total_time * (dfso_upthreshold - dfso_downdifferential)) { in devfreq_simple_ondemand_func()85 b = div_u64(b, (dfso_upthreshold - dfso_downdifferential / 2)); in devfreq_simple_ondemand_func()