Searched refs:PWRSTS_ON (Results 1 – 4 of 4) sorted by relevance
57 #define PWRSTS_ON BIT(2) macro58 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
264 if (sc->pwrsts == PWRSTS_ON) in gdsc_enable()322 if (sc->pwrsts == PWRSTS_ON) in gdsc_disable()432 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init()
253 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
2362 .pwrsts = PWRSTS_ON,
Completed in 11 milliseconds