Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dregulator.h20 #define REGUL_ALWAYS_ON BIT(0) macro
/rk3399_ARM-atf/drivers/st/regulator/
H A Dregulator_core.c161 if ((rdev->flags & REGUL_ALWAYS_ON) != 0U) { in regulator_disable()
398 if ((flag == REGUL_ALWAYS_ON) || (flag == REGUL_BOOT_ON)) { in regulator_set_flag()
432 ret = regulator_set_flag(rdev, REGUL_ALWAYS_ON); in parse_properties()