Home
last modified time | relevance | path

Searched refs:auto_sel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dantsel.c80 bool auto_sel) in brcms_c_antsel_init_cfg() argument
84 ((asi->antsel_avail && auto_sel) ? ANT_SELCFG_AUTO : 0); in brcms_c_antsel_init_cfg()
/linux/drivers/acpi/
H A Dcppc_acpi.c1750 u64 auto_sel; in cppc_get_auto_sel() local
1756 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() local
1873 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()