Searched refs:time_constant (Results 1 – 4 of 4) sorted by relevance
27 data->transition[AUTO_TRANSITION_TO_PERFORMANCE].time_constant); in amd_pmf_dump_auto_mode_defaults()29 data->transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].time_constant); in amd_pmf_dump_auto_mode_defaults()31 data->transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].time_constant); in amd_pmf_dump_auto_mode_defaults()33 data->transition[AUTO_TRANSITION_TO_QUIET].time_constant); in amd_pmf_dump_auto_mode_defaults()165 config_store.transition[i].time_constant) in amd_pmf_trans_automode()172 config_store.transition[i].time_constant && in amd_pmf_trans_automode()177 config_store.transition[i].time_constant && in amd_pmf_trans_automode()189 config_store.transition[i].time_constant); in amd_pmf_trans_automode()310 config_store.transition[AUTO_TRANSITION_TO_QUIET].time_constant = in amd_pmf_load_defaults_auto_mode()312 config_store.transition[AUTO_TRANSITION_TO_PERFORMANCE].time_constant = in amd_pmf_load_defaults_auto_mode()[all …]
186 if (tp->timer >= tp->time_constant && tp->count) { in amd_pmf_trans_cnqf()241 tp->time_constant = out->t_balanced_to_quiet; in amd_pmf_update_trans_data()246 tp->time_constant = out->t_balanced_to_perf; in amd_pmf_update_trans_data()251 tp->time_constant = out->t_quiet_to_balanced; in amd_pmf_update_trans_data()256 tp->time_constant = out->t_perf_to_balanced; in amd_pmf_update_trans_data()261 tp->time_constant = out->t_turbo_to_perf; in amd_pmf_update_trans_data()266 tp->time_constant = out->t_perf_to_turbo; in amd_pmf_update_trans_data()
497 u32 time_constant; /* minimum time required to switch to next mode */ member604 u32 time_constant; /* minimum time required to switch to next mode */ member
66 long time_constant; member95 .time_constant = 2,133 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()219 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant); in ntp_offset_chunk()321 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + ntpdata->time_constant))) in ntp_update_offset()322 secs = 1 << (SHIFT_PLL + 1 + ntpdata->time_constant); in ntp_update_offset()325 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + ntpdata->time_constant)); in ntp_update_offset()747 ntpdata->time_constant = clamp(txc->constant, 0, MAXTC); in process_adjtimex_modes()749 ntpdata->time_constant += 4; in process_adjtimex_modes()750 ntpdata->time_constant = clamp(ntpdata->time_constant, 0, MAXTC); in process_adjtimex_modes()[all …]