Searched refs:PWRSTS_ON (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap2/ |
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, 80 [0] = PWRSTS_ON, /* aessmem */ 81 [1] = PWRSTS_ON, /* periphmem */ 94 [0] = PWRSTS_ON, /* dss_mem */ 104 .pwrsts = PWRSTS_ON, [all …]
|
D | powerdomains44xx_data.c | 47 [0] = PWRSTS_ON, /* core_nret_bank */ 48 [1] = PWRSTS_ON, /* core_ocmram */ 49 [2] = PWRSTS_ON, /* core_other_bank */ 50 [3] = PWRSTS_ON, /* ducati_l2ram */ 51 [4] = PWRSTS_ON, /* ducati_unicache */ 68 [0] = PWRSTS_ON, /* gfx_mem */ 87 [0] = PWRSTS_ON, /* aessmem */ 88 [1] = PWRSTS_ON, /* periphmem */ 106 [0] = PWRSTS_ON, /* dss_mem */ 126 [0] = PWRSTS_ON, /* tesla_edma */ [all …]
|
D | powerdomains3xxx_data.c | 45 [0] = PWRSTS_ON, 46 [1] = PWRSTS_ON, 48 [3] = PWRSTS_ON, 72 .pwrsts = PWRSTS_ON, 73 .pwrsts_logic_ret = PWRSTS_ON, 77 [0] = PWRSTS_ON, 80 [0] = PWRSTS_ON, 137 .pwrsts = PWRSTS_ON, 138 .pwrsts_logic_ret = PWRSTS_ON, 141 [0] = PWRSTS_ON, /* MEM1RETSTATE */ [all …]
|
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, 67 [0] = PWRSTS_ON, /* debugss_mem */ 76 .pwrsts = PWRSTS_ON, 103 [0] = PWRSTS_ON, /* icss_mem */ 104 [1] = PWRSTS_ON, /* per_mem */ [all …]
|
D | powerdomains33xx_data.c | 43 [0] = PWRSTS_ON, /* gfx_mem */ 53 .pwrsts = PWRSTS_ON, 63 .pwrsts = PWRSTS_ON, 104 [0] = PWRSTS_ON, /* pruss_mem */ 105 [1] = PWRSTS_ON, /* per_mem */ 106 [2] = PWRSTS_ON, /* ram_mem */ 147 [0] = PWRSTS_ON, /* mpu_l1 */ 148 [1] = PWRSTS_ON, /* mpu_l2 */ 149 [2] = PWRSTS_ON, /* mpu_ram */
|
D | powerdomains2xxx_data.c | 36 [0] = PWRSTS_ON, 51 [0] = PWRSTS_ON, 92 [0] = PWRSTS_ON, /* MEMONSTATE */
|
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 */
|
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)
|
D | powerdomains2xxx_3xxx_data.c | 52 [0] = PWRSTS_ON, /* MEMONSTATE */ 60 .pwrsts = PWRSTS_ON,
|
D | powerdomain.c | 590 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
|
/linux-6.1.9/drivers/clk/qcom/ |
D | gdsc.h | 57 #define PWRSTS_ON BIT(2) macro 58 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON) 59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
|
D | gdsc.c | 262 if (sc->pwrsts == PWRSTS_ON) in gdsc_enable() 320 if (sc->pwrsts == PWRSTS_ON) in gdsc_disable() 393 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init()
|
D | gpucc-sdm660.c | 255 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
|
D | mmcc-msm8974.c | 2382 .pwrsts = PWRSTS_ON,
|