ddr_rk3188.h 398 B

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