ddr3_a38x_topology.h 504 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (C) Marvell International Ltd. and its affiliates
  3. *
  4. * SPDX-License-Identifier: GPL-2.0
  5. */
  6. #ifndef _DDR3_A38X_TOPOLOGY_H
  7. #define _DDR3_A38X_TOPOLOGY_H
  8. #include "ddr_topology_def.h"
  9. /* Bus mask variants */
  10. #define BUS_MASK_32BIT 0xf
  11. #define BUS_MASK_32BIT_ECC 0x1f
  12. #define BUS_MASK_16BIT 0x3
  13. #define BUS_MASK_16BIT_ECC 0x13
  14. #define BUS_MASK_16BIT_ECC_PUP3 0xb
  15. #define DYNAMIC_CS_SIZE_CONFIG
  16. #define DISABLE_L2_FILTERING_DURING_DDR_TRAINING
  17. #endif /* _DDR3_A38X_TOPOLOGY_H */