1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) Marvell International Ltd. and its affiliates
4  */
5 
6 #ifndef _DDR3_TRAINING_IP_DB_H_
7 #define _DDR3_TRAINING_IP_DB_H_
8 
9 enum hws_pattern {
10 	PATTERN_PBS1,
11 	PATTERN_PBS2,
12 	PATTERN_RL,
13 	PATTERN_STATIC_PBS,
14 	PATTERN_KILLER_DQ0,
15 	PATTERN_KILLER_DQ1,
16 	PATTERN_KILLER_DQ2,
17 	PATTERN_KILLER_DQ3,
18 	PATTERN_KILLER_DQ4,
19 	PATTERN_KILLER_DQ5,
20 	PATTERN_KILLER_DQ6,
21 	PATTERN_KILLER_DQ7,
22 	PATTERN_PBS3,
23 	PATTERN_RL2,
24 	PATTERN_TEST,
25 	PATTERN_FULL_SSO0,
26 	PATTERN_FULL_SSO1,
27 	PATTERN_FULL_SSO2,
28 	PATTERN_FULL_SSO3,
29 	PATTERN_VREF,
30 	PATTERN_LIMIT
31 };
32 
33 #endif /* _DDR3_TRAINING_IP_DB_H_ */
34