Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dpowerdomains3xxx_data.c127 .pwrsts_logic_ret = PWRSTS_RET,
130 [0] = PWRSTS_RET, /* MEMRETSTATE */
148 .pwrsts_logic_ret = PWRSTS_RET,
151 [0] = PWRSTS_RET, /* MEMRETSTATE */
163 .pwrsts_logic_ret = PWRSTS_RET,
166 [0] = PWRSTS_RET, /* MEMRETSTATE */
181 [0] = PWRSTS_RET, /* MEMRETSTATE */
199 .pwrsts_logic_ret = PWRSTS_RET,
207 .pwrsts_logic_ret = PWRSTS_RET,
217 [0] = PWRSTS_RET, /* MEMRETSTATE */
Dpowerdomains2xxx_data.c32 .pwrsts_logic_ret = PWRSTS_RET,
35 [0] = PWRSTS_RET,
50 [0] = PWRSTS_RET,
87 .pwrsts_logic_ret = PWRSTS_RET,
90 [0] = PWRSTS_RET, /* MEMRETSTATE */
Dpowerdomains2xxx_3xxx_data.c49 .pwrsts_logic_ret = PWRSTS_RET,
52 [0] = PWRSTS_RET, /* MEMRETSTATE */
Dpowerdomains44xx_data.c44 [1] = PWRSTS_RET, /* core_ocmram */
45 [2] = PWRSTS_RET, /* core_other_bank */
86 [0] = PWRSTS_RET, /* aessmem */
124 [0] = PWRSTS_RET, /* tesla_edma */
214 [2] = PWRSTS_RET, /* mpu_ram */
293 [1] = PWRSTS_RET, /* retained_bank */
Dpowerdomain.h40 #define PWRSTS_RET (1 << PWRDM_POWER_RET) macro
44 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET)
45 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
Dpowerdomain.c1066 if (pwrdm->pwrsts & PWRSTS_RET) { in pwrdm_can_ever_lose_context()