Searched refs:auto_sel_reg (Results 1 – 1 of 1) sorted by relevance
1390 struct cpc_register_resource *auto_sel_reg; in cppc_set_epp_perf() local1400 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_set_epp_perf()1403 if (CPC_IN_PCC(epp_set_reg) || CPC_IN_PCC(auto_sel_reg)) { in cppc_set_epp_perf()1409 if (CPC_SUPPORTED(auto_sel_reg)) { in cppc_set_epp_perf()1410 ret = cpc_write(cpu, auto_sel_reg, enable); in cppc_set_epp_perf()1444 struct cpc_register_resource *auto_sel_reg; in cppc_get_auto_sel_caps() local1452 auto_sel_reg = &cpc_desc->cpc_regs[AUTO_SEL_ENABLE]; in cppc_get_auto_sel_caps()1454 if (!CPC_SUPPORTED(auto_sel_reg)) in cppc_get_auto_sel_caps()1457 if (CPC_IN_PCC(auto_sel_reg)) { in cppc_get_auto_sel_caps()1470 cpc_read(cpunum, auto_sel_reg, &auto_sel); in cppc_get_auto_sel_caps()[all …]