Lines Matching refs:CPC_IN_PCC

99 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\  macro
1147 if (CPC_IN_PCC(reg)) { in cppc_get_perf()
1257 if (CPC_IN_PCC(highest_reg) || CPC_IN_PCC(lowest_reg) || in cppc_get_perf_caps()
1258 CPC_IN_PCC(lowest_non_linear_reg) || CPC_IN_PCC(nominal_reg) || in cppc_get_perf_caps()
1259 CPC_IN_PCC(low_freq_reg) || CPC_IN_PCC(nom_freq_reg)) { in cppc_get_perf_caps()
1334 if (CPC_IN_PCC(&cpc_desc->cpc_regs[DELIVERED_CTR]) || in cppc_perf_ctrs_in_pcc()
1335 CPC_IN_PCC(&cpc_desc->cpc_regs[REFERENCE_CTR]) || in cppc_perf_ctrs_in_pcc()
1336 CPC_IN_PCC(&cpc_desc->cpc_regs[CTR_WRAP_TIME])) in cppc_perf_ctrs_in_pcc()
1349 if (CPC_IN_PCC(ref_perf_reg)) in cppc_perf_ctrs_in_pcc()
1392 if (CPC_IN_PCC(delivered_reg) || CPC_IN_PCC(reference_reg) || in cppc_get_perf_ctrs()
1393 CPC_IN_PCC(ctr_wrap_reg) || CPC_IN_PCC(ref_perf_reg)) { in cppc_get_perf_ctrs()
1458 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()
1512 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()
1560 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_set_auto_sel()
1610 if (CPC_IN_PCC(enable_reg)) { in cppc_set_enable()
1663 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1698 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) in cppc_set_perf()
1746 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1802 else if (!CPC_IN_PCC(desired_reg)) in cppc_get_transition_latency()