Searched refs:cpc_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/acpi/
H A Dcppc_acpi.c987 * Since cpc_read and cpc_write are called while holding pcc_lock, it should be
992 static int cpc_read(int cpu, struct cpc_register_resource *reg_res, u64 *val) function
1163 cpc_read(cpunum, reg, perf);
1172 cpc_read(cpunum, reg, perf);
1277 cpc_read(cpunum, highest_reg, &high);
1280 cpc_read(cpunum, lowest_reg, &low);
1283 cpc_read(cpunum, nominal_reg, &nom);
1290 cpc_read(cpunum, guaranteed_reg, &guaranteed);
1294 cpc_read(cpunum, lowest_non_linear_reg, &min_nonlinear);
1302 cpc_read(cpunu
[all...]

Completed in 121 milliseconds