Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/src/
A Ddram.c68 while ((mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 2)) == 0) in m0_main()
73 while ((mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 0)) == 0) in m0_main()
/trusted-firmware-a/plat/rockchip/rk3399/include/shared/
A Ddram_regs.h29 #define CIC_STATUS0 0x10 macro
/trusted-firmware-a/plat/rockchip/rk3399/drivers/dram/
A Dsuspend.c555 while (!(mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 2))) in dram_switch_to_next_index()
559 while (!(mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 0))) in dram_switch_to_next_index()

Completed in 6 milliseconds