Searched refs:PWRSTS_ON (Results 1 – 14 of 14) sorted by relevance
/linux/arch/arm/mach-omap2/ |
A D | powerdomains7xx_data.c | 39 [0] = PWRSTS_ON, /* hwa_mem */ 40 [1] = PWRSTS_ON, /* sl2_mem */ 41 [2] = PWRSTS_ON, /* tcm1_mem */ 42 [3] = PWRSTS_ON, /* tcm2_mem */ 52 .pwrsts = PWRSTS_ON, 69 .pwrsts = PWRSTS_ON, 104 .pwrsts = PWRSTS_ON, 131 .pwrsts = PWRSTS_ON, 143 .pwrsts = PWRSTS_ON, 160 .pwrsts = PWRSTS_ON, [all …]
|
A D | powerdomains44xx_data.c | 68 [0] = PWRSTS_ON, /* gfx_mem */ 87 [0] = PWRSTS_ON, /* aessmem */ 106 [0] = PWRSTS_ON, /* dss_mem */ 127 [1] = PWRSTS_ON, /* tesla_l1 */ 139 .pwrsts = PWRSTS_ON, 162 [0] = PWRSTS_ON, /* cpu0_l1 */ 179 [0] = PWRSTS_ON, /* cpu1_l1 */ 214 [0] = PWRSTS_ON, /* mpu_l1 */ 215 [1] = PWRSTS_ON, /* mpu_l2 */ 216 [2] = PWRSTS_ON, /* mpu_ram */ [all …]
|
A D | powerdomains3xxx_data.c | 45 [0] = PWRSTS_ON, 46 [1] = PWRSTS_ON, 48 [3] = PWRSTS_ON, 72 .pwrsts = PWRSTS_ON, 77 [0] = PWRSTS_ON, 80 [0] = PWRSTS_ON, 137 .pwrsts = PWRSTS_ON, 169 .pwrsts = PWRSTS_ON, 205 .pwrsts = PWRSTS_ON, 250 .pwrsts = PWRSTS_ON, [all …]
|
A D | powerdomains43xx_data.c | 25 [0] = PWRSTS_ON, /* gfx_mem */ 44 [0] = PWRSTS_ON, /* mpu_l1 */ 45 [1] = PWRSTS_ON, /* mpu_l2 */ 46 [2] = PWRSTS_ON, /* mpu_ram */ 56 .pwrsts = PWRSTS_ON, 64 .pwrsts = PWRSTS_ON, 76 .pwrsts = PWRSTS_ON, 103 [0] = PWRSTS_ON, /* icss_mem */ 104 [1] = PWRSTS_ON, /* per_mem */ 105 [2] = PWRSTS_ON, /* ram1_mem */ [all …]
|
A 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 */
|
A D | powerdomains54xx_data.c | 80 .pwrsts = PWRSTS_ON, 114 [0] = PWRSTS_ON, /* cpu0_l1 */ 131 [0] = PWRSTS_ON, /* cpu1_l1 */ 262 .pwrsts = PWRSTS_ON, 267 [0] = PWRSTS_ON, /* wkup_bank */
|
A D | powerdomain.h | 30 #define PWRSTS_ON (1 << PWRDM_POWER_ON) macro 35 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON) 37 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON) 38 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON) 39 #define PWRSTS_INA_ON (PWRSTS_INACTIVE | PWRSTS_ON)
|
A D | powerdomains2xxx_data.c | 36 [0] = PWRSTS_ON, 51 [0] = PWRSTS_ON, 92 [0] = PWRSTS_ON, /* MEMONSTATE */
|
A D | powerdomains2xxx_3xxx_data.c | 52 [0] = PWRSTS_ON, /* MEMONSTATE */ 60 .pwrsts = PWRSTS_ON,
|
A D | powerdomain.c | 590 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
|
/linux/drivers/clk/qcom/ |
A D | gdsc.h | 43 #define PWRSTS_ON BIT(2) macro 44 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON) 45 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
|
A D | gdsc.c | 256 if (sc->pwrsts == PWRSTS_ON) in _gdsc_enable() 325 if (sc->pwrsts == PWRSTS_ON) in _gdsc_disable() 389 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init()
|
A D | gpucc-sdm660.c | 256 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
|
A D | mmcc-msm8974.c | 2317 .pwrsts = PWRSTS_ON,
|
Completed in 18 milliseconds