Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dpalmas.c57 val = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in palmas_mmc1_poweron_ldo()
89 cval = LDO9_BYP_EN | RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
92 cval = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
122 c32k = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_audio_power()
/openbmc/u-boot/include/
H A Dpalmas.h65 #define RSC_MODE_SLEEP (1 << 2) macro