Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp20x_ac_power.c23 #define AXP20X_PWR_STATUS_ACIN_PRESENT BIT(7) macro
73 if (reg & AXP20X_PWR_STATUS_ACIN_PRESENT) { in axp20x_ac_power_get_property()
86 val->intval = !!(reg & AXP20X_PWR_STATUS_ACIN_PRESENT); in axp20x_ac_power_get_property()