Lines Matching full:cpc
9 * information from a per CPU table called CPC. This table is described in
98 /* Check if a CPC register is in PCC */
99 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument
100 (cpc)->cpc_entry.reg.space_id == \
110 /* Evalutes to True if an optional cpc field is supported */
111 #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \ argument
112 !!(cpc)->cpc_entry.int_value : \
113 !IS_NULL_REG(&(cpc)->cpc_entry.reg))
638 * An example CPC table looks like the following.
756 * the CPC table entries. The same PCC index in acpi_cppc_processor_probe()
789 pr_debug("Err in entry:%d in CPC table of CPU:%d \n", i, pr->id); in acpi_cppc_processor_probe()
825 pr_debug("Parsed CPC struct for CPU: %d\n", pr->id); in acpi_cppc_processor_probe()
834 /* Plug PSD data into this CPU's CPC descriptor. */ in acpi_cppc_processor_probe()
865 * acpi_cppc_processor_exit - Cleanup CPC structs.
1086 pr_debug("No CPC descriptor for CPU:%d\n", cpunum); in cppc_get_perf_caps()
1175 pr_debug("No CPC descriptor for CPU:%d\n", cpunum); in cppc_get_perf_ctrs()
1253 pr_debug("No CPC descriptor for CPU:%d\n", cpu); in cppc_set_perf()
1260 * This is Phase-I where we want to write to CPC registers in cppc_set_perf()