Searched refs:cpc_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/acpi/ |
D | cppc_acpi.c | 979 static int cpc_read(int cpu, struct cpc_register_resource *reg_res, u64 *val) in cpc_read() function 1117 cpc_read(cpunum, reg, perf); in cppc_get_perf() 1126 cpc_read(cpunum, reg, perf); in cppc_get_perf() 1205 cpc_read(cpunum, highest_reg, &high); in cppc_get_perf_caps() 1208 cpc_read(cpunum, lowest_reg, &low); in cppc_get_perf_caps() 1211 cpc_read(cpunum, nominal_reg, &nom); in cppc_get_perf_caps() 1218 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps() 1222 cpc_read(cpunum, lowest_non_linear_reg, &min_nonlinear); in cppc_get_perf_caps() 1230 cpc_read(cpunum, low_freq_reg, &low_f); in cppc_get_perf_caps() 1233 cpc_read(cpunum, nom_freq_reg, &nom_f); in cppc_get_perf_caps() [all …]
|