Home
last modified time | relevance | path

Searched refs:PWRSTS_OFF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dpowerdomains44xx_data.c40 [0] = PWRSTS_OFF, /* core_nret_bank */
65 [0] = PWRSTS_OFF, /* gfx_mem */
80 .pwrsts_logic_ret = PWRSTS_OFF,
84 [1] = PWRSTS_OFF, /* periphmem */
100 .pwrsts_logic_ret = PWRSTS_OFF,
103 [0] = PWRSTS_OFF, /* dss_mem */
142 [0] = PWRSTS_OFF, /* wkup_bank */
192 [0] = PWRSTS_OFF, /* emu_bank */
227 .pwrsts_logic_ret = PWRSTS_OFF,
230 [0] = PWRSTS_OFF, /* hwa_mem */
[all …]
H A Dpowerdomains54xx_data.c61 .pwrsts_logic_ret = PWRSTS_OFF,
90 .pwrsts_logic_ret = PWRSTS_OFF,
278 .pwrsts_logic_ret = PWRSTS_OFF,
H A Dpowerdomain.h33 #define PWRSTS_OFF (1 << PWRDM_POWER_OFF) macro
35 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
36 #define PWRSTS_OFF_RET (PWRSTS_OFF | PWRSTS_RET)
/openbmc/linux/drivers/clk/qcom/
H A Dgdsc.h50 #define PWRSTS_OFF BIT(0) macro
58 #define PWRSTS_OFF_ON (PWRSTS_OFF | PWRSTS_ON)
H A Dgdsc.c283 if (sc->pwrsts & PWRSTS_OFF) in gdsc_enable()
343 if (sc->pwrsts & PWRSTS_OFF) in gdsc_disable()
H A Dgpucc-sdm660.c254 .pwrsts = PWRSTS_OFF | PWRSTS_ON | PWRSTS_RET,