Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/
H A Dpalmas.c61 val = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in palmas_mmc1_poweron_ldo()
93 cval = LDO9_BYP_EN | RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
96 cval = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9()
126 c32k = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_audio_power()
/OK3568_Linux_fs/u-boot/include/
H A Dpalmas.h63 #define RSC_MODE_ACTIVE (1 << 0) macro