Searched refs:cpc_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 1003 static int cpc_read(int cpu, struct cpc_register_resource *reg_res, u64 *val) in cpc_read() function 1198 ret = cpc_read(cpu, reg, val); in cppc_get_reg_val_in_pcc() 1232 return cpc_read(cpu, reg, val); in cppc_get_reg_val() 1384 cpc_read(cpunum, highest_reg, &high); in cppc_get_perf_caps() 1387 cpc_read(cpunum, lowest_reg, &low); in cppc_get_perf_caps() 1390 cpc_read(cpunum, nominal_reg, &nom); in cppc_get_perf_caps() 1397 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps() 1401 cpc_read(cpunum, lowest_non_linear_reg, &min_nonlinear); in cppc_get_perf_caps() 1409 cpc_read(cpunum, low_freq_reg, &low_f); in cppc_get_perf_caps() 1412 cpc_read(cpunum, nom_freq_reg, &nom_f); in cppc_get_perf_caps() [all …]
|