Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dpowerdomains44xx_data.c50 [0] = PWRSTS_ON, /* core_nret_bank */
51 [1] = PWRSTS_ON, /* core_ocmram */
52 [2] = PWRSTS_ON, /* core_other_bank */
53 [3] = PWRSTS_ON, /* ducati_l2ram */
54 [4] = PWRSTS_ON, /* ducati_unicache */
71 [0] = PWRSTS_ON, /* gfx_mem */
90 [0] = PWRSTS_ON, /* aessmem */
91 [1] = PWRSTS_ON, /* periphmem */
109 [0] = PWRSTS_ON, /* dss_mem */
129 [0] = PWRSTS_ON, /* tesla_edma */
[all …]
Dpowerdomains3xxx_data.c48 [0] = PWRSTS_ON,
49 [1] = PWRSTS_ON,
51 [3] = PWRSTS_ON,
75 .pwrsts = PWRSTS_ON,
76 .pwrsts_logic_ret = PWRSTS_ON,
80 [0] = PWRSTS_ON,
83 [0] = PWRSTS_ON,
140 .pwrsts = PWRSTS_ON,
141 .pwrsts_logic_ret = PWRSTS_ON,
144 [0] = PWRSTS_ON, /* MEM1RETSTATE */
[all …]
Dpowerdomains43xx_data.c28 [0] = PWRSTS_ON, /* gfx_mem */
47 [0] = PWRSTS_ON, /* mpu_l1 */
48 [1] = PWRSTS_ON, /* mpu_l2 */
49 [2] = PWRSTS_ON, /* mpu_ram */
59 .pwrsts = PWRSTS_ON,
67 .pwrsts = PWRSTS_ON,
70 [0] = PWRSTS_ON, /* debugss_mem */
79 .pwrsts = PWRSTS_ON,
106 [0] = PWRSTS_ON, /* icss_mem */
107 [1] = PWRSTS_ON, /* per_mem */
[all …]
Dpowerdomains33xx_data.c51 [0] = PWRSTS_ON, /* gfx_mem */
61 .pwrsts = PWRSTS_ON,
71 .pwrsts = PWRSTS_ON,
112 [0] = PWRSTS_ON, /* pruss_mem */
113 [1] = PWRSTS_ON, /* per_mem */
114 [2] = PWRSTS_ON, /* ram_mem */
155 [0] = PWRSTS_ON, /* mpu_l1 */
156 [1] = PWRSTS_ON, /* mpu_l2 */
157 [2] = PWRSTS_ON, /* mpu_ram */
Dpowerdomains2xxx_data.c39 [0] = PWRSTS_ON,
54 [0] = PWRSTS_ON,
95 [0] = PWRSTS_ON, /* MEMONSTATE */
Dpowerdomains7xx_data.c61 .pwrsts = PWRSTS_ON,
149 .pwrsts = PWRSTS_ON,
154 [0] = PWRSTS_ON, /* wkup_bank */
188 .pwrsts = PWRSTS_ON,
203 [0] = PWRSTS_ON, /* cpu0_l1 */
219 [0] = PWRSTS_ON, /* cpu1_l1 */
Dpowerdomains54xx_data.c83 .pwrsts = PWRSTS_ON,
117 [0] = PWRSTS_ON, /* cpu0_l1 */
134 [0] = PWRSTS_ON, /* cpu1_l1 */
265 .pwrsts = PWRSTS_ON,
270 [0] = PWRSTS_ON, /* wkup_bank */
Dpowerdomain.h33 #define PWRSTS_ON (1 << PWRDM_POWER_ON) macro
38 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
40 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
41 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
42 #define PWRSTS_INA_ON (PWRSTS_INACTIVE | PWRSTS_ON)
Dpowerdomains2xxx_3xxx_data.c55 [0] = PWRSTS_ON, /* MEMONSTATE */
63 .pwrsts = PWRSTS_ON,
Dpowerdomain.c572 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()