HomeSort by relevance Sort by last modified time
    Searched refs:CIC_STATUS0 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
dram.c 68 while ((mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 2)) == 0)
73 while ((mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 0)) == 0)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
dram_regs.h 29 #define CIC_STATUS0 0x10
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
suspend.c 550 while (!(mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 2)))
554 while (!(mmio_read_32(CIC_BASE + CIC_STATUS0) & (1 << 0)))

Completed in 62 milliseconds