Lines Matching refs:CPC_IN_PCC

102 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\  macro
1190 if (CPC_IN_PCC(reg)) { in cppc_get_perf()
1300 if (CPC_IN_PCC(highest_reg) || CPC_IN_PCC(lowest_reg) || in cppc_get_perf_caps()
1301 CPC_IN_PCC(lowest_non_linear_reg) || CPC_IN_PCC(nominal_reg) || in cppc_get_perf_caps()
1302 CPC_IN_PCC(low_freq_reg) || CPC_IN_PCC(nom_freq_reg)) { in cppc_get_perf_caps()
1377 if (CPC_IN_PCC(&cpc_desc->cpc_regs[DELIVERED_CTR]) || in cppc_perf_ctrs_in_pcc()
1378 CPC_IN_PCC(&cpc_desc->cpc_regs[REFERENCE_CTR]) || in cppc_perf_ctrs_in_pcc()
1379 CPC_IN_PCC(&cpc_desc->cpc_regs[CTR_WRAP_TIME])) in cppc_perf_ctrs_in_pcc()
1392 if (CPC_IN_PCC(ref_perf_reg)) in cppc_perf_ctrs_in_pcc()
1435 if (CPC_IN_PCC(delivered_reg) || CPC_IN_PCC(reference_reg) || in cppc_get_perf_ctrs()
1436 CPC_IN_PCC(ctr_wrap_reg) || CPC_IN_PCC(ref_perf_reg)) { in cppc_get_perf_ctrs()
1501 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()
1558 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()
1606 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_set_auto_sel()
1656 if (CPC_IN_PCC(enable_reg)) { in cppc_set_enable()
1709 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1744 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) in cppc_set_perf()
1792 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1848 else if (!CPC_IN_PCC(desired_reg)) in cppc_get_transition_latency()