Searched refs:PWRSTS_ON (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | powerdomains7xx_data.c | 42 [0] = PWRSTS_ON, /* hwa_mem */ 43 [1] = PWRSTS_ON, /* sl2_mem */ 44 [2] = PWRSTS_ON, /* tcm1_mem */ 45 [3] = PWRSTS_ON, /* tcm2_mem */ 55 .pwrsts = PWRSTS_ON, 72 .pwrsts = PWRSTS_ON, 83 [0] = PWRSTS_ON, /* aessmem */ 84 [1] = PWRSTS_ON, /* periphmem */ 97 [0] = PWRSTS_ON, /* dss_mem */ 107 .pwrsts = PWRSTS_ON, [all …]
|
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 | 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 | 593 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
|
/Linux-v4.19/drivers/clk/qcom/ |
D | gdsc.h | 49 #define PWRSTS_ON BIT(2) macro 50 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON) 51 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
|
D | gdsc.c | 216 if (sc->pwrsts == PWRSTS_ON) in gdsc_enable() 271 if (sc->pwrsts == PWRSTS_ON) in gdsc_disable() 323 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init()
|
D | mmcc-msm8974.c | 2353 .pwrsts = PWRSTS_ON,
|