Home
last modified time | relevance | path

Searched refs:PWRSTS_OFF_RET (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/arm/mach-omap2/
Dpowerdomains54xx_data.c38 [0] = PWRSTS_OFF_RET, /* core_nret_bank */
39 [1] = PWRSTS_OFF_RET, /* core_ocmram */
40 [2] = PWRSTS_OFF_RET, /* core_other_bank */
41 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */
42 [4] = PWRSTS_OFF_RET, /* ipu_unicache */
45 [0] = PWRSTS_OFF_RET, /* core_nret_bank */
46 [1] = PWRSTS_OFF_RET, /* core_ocmram */
47 [2] = PWRSTS_OFF_RET, /* core_other_bank */
48 [3] = PWRSTS_OFF_RET, /* ipu_l2ram */
49 [4] = PWRSTS_OFF_RET, /* ipu_unicache */
[all …]
Dpowerdomains44xx_data.c37 .pwrsts_logic_ret = PWRSTS_OFF_RET,
43 [3] = PWRSTS_OFF_RET, /* ducati_l2ram */
44 [4] = PWRSTS_OFF_RET, /* ducati_unicache */
118 .pwrsts_logic_ret = PWRSTS_OFF_RET,
122 [1] = PWRSTS_OFF_RET, /* tesla_l1 */
123 [2] = PWRSTS_OFF_RET, /* tesla_l2 */
156 .pwrsts_logic_ret = PWRSTS_OFF_RET,
159 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */
173 .pwrsts_logic_ret = PWRSTS_OFF_RET,
176 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */
[all …]
Dpowerdomains33xx_data.c23 .pwrsts_logic_ret = PWRSTS_OFF_RET,
40 [0] = PWRSTS_OFF_RET, /* gfx_mem */
74 .pwrsts_logic_ret = PWRSTS_OFF_RET,
99 [0] = PWRSTS_OFF_RET, /* pruss_mem */
100 [1] = PWRSTS_OFF_RET, /* per_mem */
101 [2] = PWRSTS_OFF_RET, /* ram_mem */
117 .pwrsts_logic_ret = PWRSTS_OFF_RET,
142 [0] = PWRSTS_OFF_RET, /* mpu_l1 */
143 [1] = PWRSTS_OFF_RET, /* mpu_l2 */
144 [2] = PWRSTS_OFF_RET, /* mpu_ram */
Dpowerdomains43xx_data.c36 .pwrsts_logic_ret = PWRSTS_OFF_RET,
39 [0] = PWRSTS_OFF_RET, /* mpu_l1 */
40 [1] = PWRSTS_OFF_RET, /* mpu_l2 */
41 [2] = PWRSTS_OFF_RET, /* mpu_ram */
94 .pwrsts_logic_ret = PWRSTS_OFF_RET,
97 [0] = PWRSTS_OFF_RET, /* icss_mem */
98 [1] = PWRSTS_OFF_RET, /* per_mem */
99 [2] = PWRSTS_OFF_RET, /* ram1_mem */
100 [3] = PWRSTS_OFF_RET, /* ram2_mem */
Dpowerdomains3xxx_data.c36 .pwrsts_logic_ret = PWRSTS_OFF_RET,
39 [0] = PWRSTS_OFF_RET,
40 [1] = PWRSTS_OFF_RET,
41 [2] = PWRSTS_OFF_RET,
42 [3] = PWRSTS_OFF_RET,
57 .pwrsts_logic_ret = PWRSTS_OFF_RET,
61 [0] = PWRSTS_OFF_RET,
99 .pwrsts_logic_ret = PWRSTS_OFF_RET,
102 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */
103 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */
[all …]
Dpowerdomains2xxx_data.c45 .pwrsts_logic_ret = PWRSTS_OFF_RET,
63 [0] = PWRSTS_OFF_RET, /* MEM1RETSTATE */
64 [1] = PWRSTS_OFF_RET, /* MEM2RETSTATE */
65 [2] = PWRSTS_OFF_RET, /* MEM3RETSTATE */
Dpowerdomains7xx_data.c172 [0] = PWRSTS_OFF_RET, /* cpu0_l1 */
188 [0] = PWRSTS_OFF_RET, /* cpu1_l1 */
217 [0] = PWRSTS_OFF_RET, /* mpu_l2 */
Dpowerdomain.h36 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET) macro
38 #define PWRSTS_OFF_RET_ON (PWRSTS_OFF_RET | PWRSTS_ON)
Dpowerdomain.c148 if ((pwrdm->pwrsts_logic_ret == PWRSTS_OFF_RET) && in _update_logic_membank_counters()
155 if ((pwrdm->pwrsts_mem_ret[i] == PWRSTS_OFF_RET) && in _update_logic_membank_counters()