Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Stefan Roese | 5ffceb8 | 2015-03-26 15:36:56 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) Marvell International Ltd. and its affiliates |
Stefan Roese | 5ffceb8 | 2015-03-26 15:36:56 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _DDR3_A38X_TOPOLOGY_H |
| 7 | #define _DDR3_A38X_TOPOLOGY_H |
| 8 | |
| 9 | #include "ddr_topology_def.h" |
| 10 | |
| 11 | /* Bus mask variants */ |
| 12 | #define BUS_MASK_32BIT 0xf |
| 13 | #define BUS_MASK_32BIT_ECC 0x1f |
| 14 | #define BUS_MASK_16BIT 0x3 |
| 15 | #define BUS_MASK_16BIT_ECC 0x13 |
| 16 | #define BUS_MASK_16BIT_ECC_PUP3 0xb |
| 17 | |
| 18 | #define DYNAMIC_CS_SIZE_CONFIG |
| 19 | #define DISABLE_L2_FILTERING_DURING_DDR_TRAINING |
| 20 | |
| 21 | #endif /* _DDR3_A38X_TOPOLOGY_H */ |