Searched refs:PWRSTS_ON (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | powerdomains44xx_data.c | 50 [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 …]
|
D | powerdomains3xxx_data.c | 48 [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 …]
|
D | powerdomains43xx_data.c | 28 [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 …]
|
D | powerdomains33xx_data.c | 51 [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 */
|
D | powerdomains2xxx_data.c | 39 [0] = PWRSTS_ON, 54 [0] = PWRSTS_ON, 95 [0] = PWRSTS_ON, /* MEMONSTATE */
|
D | powerdomains7xx_data.c | 61 .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 */
|
D | powerdomains54xx_data.c | 83 .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 */
|
D | powerdomain.h | 33 #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)
|
D | powerdomains2xxx_3xxx_data.c | 55 [0] = PWRSTS_ON, /* MEMONSTATE */ 63 .pwrsts = PWRSTS_ON,
|
D | powerdomain.c | 572 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
|