Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/common/include/
H A Drcar_def.h143 #define RCAR_PWRONCR3 U(0xE618014C) /* Power resume A53-SCU */ macro
/rk3399_ARM-atf/drivers/renesas/common/pwrc/
H A Dpwrc.c195 reg_pwron = IS_CA57(c) ? RCAR_PWRONCR5 : RCAR_PWRONCR3; in scu_power_up()