Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c1001 static int cpc_read(int cpu, struct cpc_register_resource *reg_res, u64 *val) in cpc_read() function
1203 cpc_read(cpunum, reg, perf); in cppc_get_perf()
1212 cpc_read(cpunum, reg, perf); in cppc_get_perf()
1317 cpc_read(cpunum, highest_reg, &high); in cppc_get_perf_caps()
1320 cpc_read(cpunum, lowest_reg, &low); in cppc_get_perf_caps()
1323 cpc_read(cpunum, nominal_reg, &nom); in cppc_get_perf_caps()
1330 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps()
1334 cpc_read(cpunum, lowest_non_linear_reg, &min_nonlinear); in cppc_get_perf_caps()
1342 cpc_read(cpunum, low_freq_reg, &low_f); in cppc_get_perf_caps()
1345 cpc_read(cpunum, nom_freq_reg, &nom_f); in cppc_get_perf_caps()
[all …]
/openbmc/qemu/hw/misc/
H A Dmips_cpc.c99 static uint64_t cpc_read(void *opaque, hwaddr offset, unsigned size) in cpc_read() function
115 .read = cpc_read,