Searched refs:pstate_min (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 237 u32 pstate_min, pstate_max, pstate_nominal; in init_powernv_pstates() local 247 if (of_property_read_u32(power_mgt, "ibm,pstate-min", &pstate_min)) { in init_powernv_pstates() 281 pr_info("cpufreq pstate min 0x%x nominal 0x%x max 0x%x\n", pstate_min, in init_powernv_pstates() 338 if (id == pstate_min) in init_powernv_pstates()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 237 u32 pstate_min, pstate_max, pstate_nominal; in init_powernv_pstates() local 247 if (of_property_read_u32(power_mgt, "ibm,pstate-min", &pstate_min)) { in init_powernv_pstates() 281 pr_info("cpufreq pstate min 0x%x nominal 0x%x max 0x%x\n", pstate_min, in init_powernv_pstates() 338 if (id == pstate_min) in init_powernv_pstates()
|
Completed in 5 milliseconds