Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/common/pwrc/
H A Dpwrc.c144 #define IS_CA57(c) ((c) == RCAR_CLUSTER_CA57) macro
176 if (IS_CA57(c)) in rcar_pwrc_status()
193 reg_cpumcr = IS_CA57(c) ? RCAR_CA57CPUCMCR : RCAR_CA53CPUCMCR; in scu_power_up()
194 sysc_reg_bit = IS_CA57(c) ? BIT_CA57_SCU : BIT_CA53_SCU; in scu_power_up()
195 reg_pwron = IS_CA57(c) ? RCAR_PWRONCR5 : RCAR_PWRONCR3; in scu_power_up()
196 reg_pwrer = IS_CA57(c) ? RCAR_PWRER5 : RCAR_PWRER3; in scu_power_up()
197 reg_pwrsr = IS_CA57(c) ? RCAR_PWRSR5 : RCAR_PWRSR3; in scu_power_up()
825 if (IS_A53A57(c) || IS_CA57(c)) { in rcar_pwrc_get_cpu_num()