Searched refs:PWRSTS_RET (Results 1 – 4 of 4) sorted by relevance
56 #define PWRSTS_RET BIT(1) macro59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
254 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
270 .pwrsts = PWRSTS_OFF_ON | PWRSTS_RET,
443 if (on || (sc->pwrsts & PWRSTS_RET)) in gdsc_init()