Searched refs:auto_sel_reg (Results 1 – 1 of 1) sorted by relevance
1488 struct cpc_register_resource *auto_sel_reg; in cppc_set_epp_perf() local1498 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_set_epp_perf()1501 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()1507 if (CPC_SUPPORTED(auto_sel_reg)) { in cppc_set_epp_perf()1508 ret = cpc_write(cpu, auto_sel_reg, enable); in cppc_set_epp_perf()1545 struct cpc_register_resource *auto_sel_reg; in cppc_get_auto_sel_caps() local1553 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_get_auto_sel_caps()1555 if (!CPC_SUPPORTED(auto_sel_reg)) in cppc_get_auto_sel_caps()1558 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()1571 cpc_read(cpunum, auto_sel_reg, &auto_sel); in cppc_get_auto_sel_caps()[all …]