Home
last modified time | relevance | path

Searched refs:SUNXI_POWEROFF_GATING_REG (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-3.7.0/plat/allwinner/common/include/
Dsunxi_cpucfg_ncat2.h24 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) macro
Dsunxi_cpucfg_ncat.h30 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) macro
/trusted-firmware-a-3.7.0/plat/allwinner/common/
Dsunxi_cpu_ops.c67 mmio_setbits_32(SUNXI_POWEROFF_GATING_REG(cluster), in sunxi_cpu_off()
106 mmio_clrbits_32(SUNXI_POWEROFF_GATING_REG(cluster), BIT(core)); in sunxi_cpu_on()
/trusted-firmware-a-3.7.0/plat/allwinner/sun50i_a64/include/
Dsunxi_cpucfg.h27 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_PRCM_BASE + 0x0100 + (c) * 4) macro