Searched refs:nom_f (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | cppc_acpi.c | 1079 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local 1143 cpc_read(cpunum, nom_freq_reg, &nom_f); in cppc_get_perf_caps() 1146 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | cppc_acpi.c | 1183 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local 1247 cpc_read(cpunum, nom_freq_reg, &nom_f); in cppc_get_perf_caps() 1250 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
|
Completed in 5 milliseconds