Home
last modified time | relevance | path

Searched refs:PWRSTS_RET (Results 1 – 4 of 4) sorted by relevance

/drivers/clk/qcom/
Dgdsc.h56 #define PWRSTS_RET BIT(1) macro
59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
Dgpucc-sdm660.c254 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
Dgpucc-msm8998.c270 .pwrsts = PWRSTS_OFF_ON | PWRSTS_RET,
Dgdsc.c443 if (on || (sc->pwrsts & PWRSTS_RET)) in gdsc_init()