Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dpowerdomains7xx_data.c39 [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 …]
Dpowerdomains44xx_data.c47 [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 …]
Dpowerdomains3xxx_data.c45 [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 …]
Dpowerdomains43xx_data.c25 [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 …]
Dpowerdomains33xx_data.c43 [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 */
Dpowerdomains2xxx_data.c36 [0] = PWRSTS_ON,
51 [0] = PWRSTS_ON,
92 [0] = PWRSTS_ON, /* MEMONSTATE */
Dpowerdomains54xx_data.c80 .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 */
Dpowerdomain.h30 #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)
Dpowerdomains2xxx_3xxx_data.c52 [0] = PWRSTS_ON, /* MEMONSTATE */
60 .pwrsts = PWRSTS_ON,
Dpowerdomain.c590 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
/linux-6.1.9/drivers/clk/qcom/
Dgdsc.h57 #define PWRSTS_ON BIT(2) macro
58 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
59 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
Dgdsc.c262 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()
Dgpucc-sdm660.c255 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,
Dmmcc-msm8974.c2382 .pwrsts = PWRSTS_ON,