Searched refs:PWR_SOURCE_SELECT (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/acpi/pmic/
H A Dintel_pmic_bytcrc.c15 #define PWR_SOURCE_SELECT BIT(1) macro
196 *value = (data & PWR_SOURCE_SELECT) && (data & BIT(bit)) ? 1 : 0;
209 data |= PWR_SOURCE_SELECT | BIT(bit);
212 data |= PWR_SOURCE_SELECT;

Completed in 145 milliseconds