Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dpowerdomains2xxx_data.c30 .pwrsts_logic_ret = PWRSTS_RET,
33 [0] = PWRSTS_RET,
48 [0] = PWRSTS_RET,
60 .pwrsts_logic_ret = PWRSTS_RET,
86 .pwrsts_logic_ret = PWRSTS_RET,
89 [0] = PWRSTS_RET, /* MEMRETSTATE */
H A Dpowerdomains3xxx_data.c155 .pwrsts_logic_ret = PWRSTS_RET,
158 [0] = PWRSTS_RET, /* MEMRETSTATE */
191 .pwrsts_logic_ret = PWRSTS_RET,
194 [0] = PWRSTS_RET, /* MEMRETSTATE */
221 .pwrsts_logic_ret = PWRSTS_RET,
224 [0] = PWRSTS_RET, /* MEMRETSTATE */
239 [0] = PWRSTS_RET, /* MEMRETSTATE */
272 .pwrsts_logic_ret = PWRSTS_RET,
288 .pwrsts_logic_ret = PWRSTS_RET,
298 [0] = PWRSTS_RET, /* MEMRETSTATE */
H A Dpowerdomains44xx_data.c41 [1] = PWRSTS_RET, /* core_ocmram */
42 [2] = PWRSTS_RET, /* core_other_bank */
83 [0] = PWRSTS_RET, /* aessmem */
121 [0] = PWRSTS_RET, /* tesla_edma */
211 [2] = PWRSTS_RET, /* mpu_ram */
290 [1] = PWRSTS_RET, /* retained_bank */
H A Dpowerdomains54xx_data.c35 .pwrsts_logic_ret = PWRSTS_RET,
108 .pwrsts_logic_ret = PWRSTS_RET,
125 .pwrsts_logic_ret = PWRSTS_RET,
158 .pwrsts_logic_ret = PWRSTS_RET,
162 [1] = PWRSTS_RET, /* mpu_ram */
H A Dpowerdomains2xxx_3xxx_data.c46 .pwrsts_logic_ret = PWRSTS_RET,
49 [0] = PWRSTS_RET, /* MEMRETSTATE */
H A Dpowerdomains7xx_data.c169 .pwrsts_logic_ret = PWRSTS_RET,
185 .pwrsts_logic_ret = PWRSTS_RET,
214 .pwrsts_logic_ret = PWRSTS_RET,
218 [1] = PWRSTS_RET, /* mpu_ram */
H A Dpowerdomain.h32 #define PWRSTS_RET (1 << PWRDM_POWER_RET) macro
36 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET)
37 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
/openbmc/linux/drivers/clk/qcom/
H A Dgdsc.h56 #define PWRSTS_RET BIT(1) macro
59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
H A Dgpucc-sdm660.c254 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
H A Dgpucc-msm8998.c270 .pwrsts = PWRSTS_OFF_ON | PWRSTS_RET,
H A Dgdsc.c443 if (on || (sc->pwrsts & PWRSTS_RET)) in gdsc_init()