Lines Matching refs:CPC_IN_PCC

99 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER &&		\  macro
1105 if (CPC_IN_PCC(reg)) { in cppc_get_perf()
1202 if (CPC_IN_PCC(highest_reg) || CPC_IN_PCC(lowest_reg) || in cppc_get_perf_caps()
1203 CPC_IN_PCC(lowest_non_linear_reg) || CPC_IN_PCC(nominal_reg) || in cppc_get_perf_caps()
1204 CPC_IN_PCC(low_freq_reg) || CPC_IN_PCC(nom_freq_reg)) { in cppc_get_perf_caps()
1279 if (CPC_IN_PCC(&cpc_desc->cpc_regs[DELIVERED_CTR]) || in cppc_perf_ctrs_in_pcc()
1280 CPC_IN_PCC(&cpc_desc->cpc_regs[REFERENCE_CTR]) || in cppc_perf_ctrs_in_pcc()
1281 CPC_IN_PCC(&cpc_desc->cpc_regs[CTR_WRAP_TIME])) in cppc_perf_ctrs_in_pcc()
1294 if (CPC_IN_PCC(ref_perf_reg)) in cppc_perf_ctrs_in_pcc()
1337 if (CPC_IN_PCC(delivered_reg) || CPC_IN_PCC(reference_reg) || in cppc_get_perf_ctrs()
1338 CPC_IN_PCC(ctr_wrap_reg) || CPC_IN_PCC(ref_perf_reg)) { in cppc_get_perf_ctrs()
1403 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()
1457 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()
1505 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_set_auto_sel()
1555 if (CPC_IN_PCC(enable_reg)) { in cppc_set_enable()
1608 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1643 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) in cppc_set_perf()
1691 if (CPC_IN_PCC(desired_reg) || CPC_IN_PCC(min_perf_reg) || CPC_IN_PCC(max_perf_reg)) { in cppc_set_perf()
1747 else if (!CPC_IN_PCC(desired_reg)) in cppc_get_transition_latency()