Home
last modified time | relevance | path

Searched refs:turbo_freq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1846 static bool slv_set_max_freq_ratio(u64 *base_freq, u64 *turbo_freq) in slv_set_max_freq_ratio() argument
1854 err = rdmsrl_safe(MSR_ATOM_CORE_TURBO_RATIOS, turbo_freq); in slv_set_max_freq_ratio()
1859 *turbo_freq = *turbo_freq & 0x3F; /* 1C turbo */ in slv_set_max_freq_ratio()
1889 static bool knl_set_max_freq_ratio(u64 *base_freq, u64 *turbo_freq, in knl_set_max_freq_ratio() argument
1911 *turbo_freq = fratio; in knl_set_max_freq_ratio()
1928 static bool skx_set_max_freq_ratio(u64 *base_freq, u64 *turbo_freq, int size) in skx_set_max_freq_ratio() argument
1951 *turbo_freq = (ratios >> i) & 0xFF; in skx_set_max_freq_ratio()
1959 static bool core_set_max_freq_ratio(u64 *base_freq, u64 *turbo_freq) in core_set_max_freq_ratio() argument
1973 *turbo_freq = (msr >> 24) & 0xFF; /* 4C turbo */ in core_set_max_freq_ratio()
1976 if (!*turbo_freq) in core_set_max_freq_ratio()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c150 unsigned int turbo_freq; member
1025 cpudata->pstate.max_freq : cpudata->pstate.turbo_freq; in intel_pstate_update_max_freq()
1735 cpu->pstate.turbo_freq = phy_max * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()
1739 cpu->pstate.turbo_freq = cpu->pstate.turbo_pstate * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()
2204 cpu->pstate.max_freq : cpu->pstate.turbo_freq; in intel_pstate_get_max_freq()
2443 cpu->pstate.max_freq : cpu->pstate.turbo_freq; in __intel_pstate_cpu_init()