ddr_rk3188.h 407 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * (C) Copyright 2015 Google, Inc
  4. */
  5. #ifndef _ASM_ARCH_DDR_RK3188_H
  6. #define _ASM_ARCH_DDR_RK3188_H
  7. #include <asm/arch-rockchip/ddr_rk3288.h>
  8. /*
  9. * RK3188 Memory scheduler register map.
  10. */
  11. struct rk3188_msch {
  12. u32 coreid;
  13. u32 revisionid;
  14. u32 ddrconf;
  15. u32 ddrtiming;
  16. u32 ddrmode;
  17. u32 readlatency;
  18. };
  19. check_member(rk3188_msch, readlatency, 0x0014);
  20. #endif