ddr3_a38x_topology.h 504 B

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