Home
last modified time | relevance | path

Searched refs:PWRSTS_ON (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/qcom/
Dgdsc.h49 #define PWRSTS_ON BIT(2) macro
50 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
51 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
Dgdsc.c216 if (sc->pwrsts == PWRSTS_ON) in gdsc_enable()
271 if (sc->pwrsts == PWRSTS_ON) in gdsc_disable()
323 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init()
Dmmcc-msm8974.c2353 .pwrsts = PWRSTS_ON,