Searched refs:auto_sel (Results 1 – 2 of 2) sorted by relevance
80 bool auto_sel) in brcms_c_antsel_init_cfg() argument84 ((asi->antsel_avail && auto_sel) ? ANT_SELCFG_AUTO : 0); in brcms_c_antsel_init_cfg()
1750 u64 auto_sel; in cppc_get_auto_sel() local1756 ret = cppc_get_reg_val(cpu, AUTO_SEL_ENABLE, &auto_sel); in cppc_get_auto_sel()1760 *enable = (bool)auto_sel; in cppc_get_auto_sel()1804 u64 desired_perf = 0, min = 0, max = 0, energy_perf = 0, auto_sel = 0; in cppc_get_perf() local1873 ret = cpc_read(cpu, auto_sel_reg, &auto_sel); in cppc_get_perf()1877 perf_ctrls->auto_sel = (bool)auto_sel; in cppc_get_perf()