Searched refs:auto_sel_reg (Results 1 – 1 of 1) sorted by relevance
1432 struct cpc_register_resource *auto_sel_reg; in cppc_set_epp_perf() local1442 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_set_epp_perf()1445 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()1451 if (CPC_SUPPORTED(auto_sel_reg)) { in cppc_set_epp_perf()1452 ret = cpc_write(cpu, auto_sel_reg, enable); in cppc_set_epp_perf()1486 struct cpc_register_resource *auto_sel_reg; in cppc_get_auto_sel_caps() local1494 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_get_auto_sel_caps()1496 if (!CPC_SUPPORTED(auto_sel_reg)) in cppc_get_auto_sel_caps()1499 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()1512 cpc_read(cpunum, auto_sel_reg, &auto_sel); in cppc_get_auto_sel_caps()[all …]