Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c103 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ macro
1084 if (CPC_IN_PCC(highest_reg) || CPC_IN_PCC(lowest_reg) || in cppc_get_perf_caps()
1085 CPC_IN_PCC(lowest_non_linear_reg) || CPC_IN_PCC(nominal_reg) || in cppc_get_perf_caps()
1086 CPC_IN_PCC(low_freq_reg) || CPC_IN_PCC(nom_freq_reg)) { in cppc_get_perf_caps()
1169 if (CPC_IN_PCC(delivered_reg) || CPC_IN_PCC(reference_reg) || in cppc_get_perf_ctrs()
1170 CPC_IN_PCC(ctr_wrap_reg) || CPC_IN_PCC(ref_perf_reg)) { in cppc_get_perf_ctrs()
1243 if (CPC_IN_PCC(desired_reg)) { in cppc_set_perf()
1272 if (CPC_IN_PCC(desired_reg)) in cppc_set_perf()
1320 if (CPC_IN_PCC(desired_reg)) { in cppc_set_perf()
1370 if (!CPC_IN_PCC(desired_reg)) in cppc_get_transition_latency()