Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dcppc_acpi.c471 cpc_ptr->cpc_regs[i-2].cpc_entry.int_value = cpc_obj->integer.value; in acpi_cppc_processor_probe()
496 memcpy(&cpc_ptr->cpc_regs[i-2].cpc_entry.reg, gas_t, sizeof(*gas_t)); in acpi_cppc_processor_probe()
602 if ((highest_reg->cpc_entry.reg.space_id == ACPI_ADR_SPACE_PLATFORM_COMM) || in cppc_get_perf_caps()
603 (lowest_reg->cpc_entry.reg.space_id == ACPI_ADR_SPACE_PLATFORM_COMM) || in cppc_get_perf_caps()
604 (ref_perf->cpc_entry.reg.space_id == ACPI_ADR_SPACE_PLATFORM_COMM) || in cppc_get_perf_caps()
605 (nom_perf->cpc_entry.reg.space_id == ACPI_ADR_SPACE_PLATFORM_COMM)) { in cppc_get_perf_caps()
613 cpc_read(&highest_reg->cpc_entry.reg, &high); in cppc_get_perf_caps()
616 cpc_read(&lowest_reg->cpc_entry.reg, &low); in cppc_get_perf_caps()
619 cpc_read(&ref_perf->cpc_entry.reg, &ref); in cppc_get_perf_caps()
622 cpc_read(&nom_perf->cpc_entry.reg, &nom); in cppc_get_perf_caps()
[all …]
/linux-4.4.14/include/acpi/
Dcppc_acpi.h56 } cpc_entry; member