xref: /openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) Marvell International Ltd. and its affiliates
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);
14 u32 hws_ddr3_tip_max_cs_get(void);
15 
16 #endif /* _DDR3_TRAINING_LEVELING_H_ */
17