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))
611 * An example CPC table looks like the following.
755 * the CPC table entries. The same PCC index in acpi_cppc_processor_probe()
788 pr_debug("Err in entry:%d in CPC table of CPU:%d \n", i, pr->id); in acpi_cppc_processor_probe()
824 pr_debug("Parsed CPC struct for CPU: %d\n", pr->id); in acpi_cppc_processor_probe()
833 /* Plug PSD data into this CPU's CPC descriptor. */ in acpi_cppc_processor_probe()
864 * acpi_cppc_processor_exit - Cleanup CPC structs.
1085 pr_debug("No CPC descriptor for CPU:%d\n", cpunum); in cppc_get_perf_caps()
1174 pr_debug("No CPC descriptor for CPU:%d\n", cpunum); in cppc_get_perf_ctrs()
1252 pr_debug("No CPC descriptor for CPU:%d\n", cpu); in cppc_set_perf()
1259 * This is Phase-I where we want to write to CPC registers in cppc_set_perf()