Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/renesas/common/pwrc/
Dpwrc.c194 uint32_t c, sysc_reg_bit; in scu_power_up() local
200 sysc_reg_bit = IS_CA57(c) ? BIT_CA57_SCU : BIT_CA53_SCU; in scu_power_up()
222 mmio_setbits_32(RCAR_SYSCIER, sysc_reg_bit); in scu_power_up()
223 mmio_setbits_32(RCAR_SYSCIMR, sysc_reg_bit); in scu_power_up()
231 while ((mmio_read_32(RCAR_SYSCISR) & sysc_reg_bit) == 0) in scu_power_up()
233 mmio_write_32(RCAR_SYSCISCR, sysc_reg_bit); in scu_power_up()