Home
last modified time | relevance | path

Searched refs:SUNXI_CPU_POWER_CLAMP_REG (Results 1 – 5 of 5) sorted by relevance

/tf-a-ffa_el3_spmc/plat/allwinner/common/
A Dsunxi_cpu_ops.c24 if (mmio_read_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core)) == 0xff) in sunxi_cpu_disable_power()
29 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0xff); in sunxi_cpu_disable_power()
34 if (mmio_read_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core)) == 0) in sunxi_cpu_enable_power()
40 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0xfe); in sunxi_cpu_enable_power()
41 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0xf8); in sunxi_cpu_enable_power()
42 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0xe0); in sunxi_cpu_enable_power()
43 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0x80); in sunxi_cpu_enable_power()
44 mmio_write_32(SUNXI_CPU_POWER_CLAMP_REG(cluster, core), 0x00); in sunxi_cpu_enable_power()
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_r329/include/
A Dsunxi_cpucfg.h25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ macro
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_h6/include/
A Dsunxi_cpucfg.h24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ macro
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_h616/include/
A Dsunxi_cpucfg.h24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ macro
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_a64/include/
A Dsunxi_cpucfg.h25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_PRCM_BASE + 0x0140 + \ macro

Completed in 11 milliseconds