Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dpowerdomains7xx_data.c42 [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 …]
Dpowerdomains44xx_data.c50 [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 …]
Dpowerdomains3xxx_data.c48 [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 …]
Dpowerdomains43xx_data.c28 [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 …]
Dpowerdomains33xx_data.c51 [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 */
Dpowerdomains2xxx_data.c39 [0] = PWRSTS_ON,
54 [0] = PWRSTS_ON,
95 [0] = PWRSTS_ON, /* MEMONSTATE */
Dpowerdomains54xx_data.c83 .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 */
Dpowerdomain.h33 #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)
Dpowerdomains2xxx_3xxx_data.c55 [0] = PWRSTS_ON, /* MEMONSTATE */
63 .pwrsts = PWRSTS_ON,
Dpowerdomain.c593 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst()
/Linux-v4.19/drivers/clk/qcom/
Dgdsc.h49 #define PWRSTS_ON BIT(2) macro
50 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
51 #define PWRSTS_RET_ON (PWRSTS_RET | PWRSTS_ON)
Dgdsc.c216 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()
Dmmcc-msm8974.c2353 .pwrsts = PWRSTS_ON,