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_TRAINING_LEVELING_H_ |
| 7 | #define _DDR3_TRAINING_LEVELING_H_ |
| 8 | |
| 9 | #define MAX_DQ_READ_LEVELING_DELAY 15 |
| 10 | |
| 11 | int ddr3_tip_print_wl_supp_result(u32 dev_num); |
| 12 | int ddr3_tip_calc_cs_mask(u32 dev_num, u32 if_id, u32 effective_cs, |
| 13 | u32 *cs_mask); |
Stefan Roese | 5ffceb8 | 2015-03-26 15:36:56 +0100 | [diff] [blame] | 14 | |
| 15 | #endif /* _DDR3_TRAINING_LEVELING_H_ */ |