Lines Matching refs:level

10 #define DEBUG_TRAINING_BIST_ENGINE(level, s)
11 #define DEBUG_TRAINING_IP(level, s)
12 #define DEBUG_CENTRALIZATION_ENGINE(level, s)
13 #define DEBUG_TRAINING_HW_ALG(level, s)
14 #define DEBUG_TRAINING_IP_ENGINE(level, s)
15 #define DEBUG_LEVELING(level, s)
16 #define DEBUG_PBS_ENGINE(level, s)
17 #define DEBUG_TRAINING_STATIC_IP(level, s)
18 #define DEBUG_TRAINING_ACCESS(level, s)
21 #define DEBUG_TRAINING_BIST_ENGINE(level, s)
22 #define DEBUG_TRAINING_IP_ENGINE(level, s)
23 #define DEBUG_TRAINING_IP(level, s) \
24 if (level >= debug_training) \
26 #define DEBUG_CENTRALIZATION_ENGINE(level, s) \
27 if (level >= debug_centralization) \
29 #define DEBUG_TRAINING_HW_ALG(level, s) \
30 if (level >= debug_training_hw_alg) \
32 #define DEBUG_LEVELING(level, s) \
33 if (level >= debug_leveling) \
35 #define DEBUG_PBS_ENGINE(level, s) \
36 if (level >= debug_pbs) \
38 #define DEBUG_TRAINING_STATIC_IP(level, s) \
39 if (level >= debug_training_static) \
41 #define DEBUG_TRAINING_ACCESS(level, s) \
42 if (level >= debug_training_access) \
45 #define DEBUG_TRAINING_BIST_ENGINE(level, s) \
46 if (level >= debug_training_bist) \
49 #define DEBUG_TRAINING_IP_ENGINE(level, s) \
50 if (level >= debug_training_ip) \
52 #define DEBUG_TRAINING_IP(level, s) \
53 if (level >= debug_training) \
55 #define DEBUG_CENTRALIZATION_ENGINE(level, s) \
56 if (level >= debug_centralization) \
58 #define DEBUG_TRAINING_HW_ALG(level, s) \
59 if (level >= debug_training_hw_alg) \
61 #define DEBUG_LEVELING(level, s) \
62 if (level >= debug_leveling) \
64 #define DEBUG_PBS_ENGINE(level, s) \
65 if (level >= debug_pbs) \
67 #define DEBUG_TRAINING_STATIC_IP(level, s) \
68 if (level >= debug_training_static) \
70 #define DEBUG_TRAINING_ACCESS(level, s) \
71 if (level >= debug_training_access) \
78 #define DEBUG_TAP_TUNING_ENGINE(level, s)
79 #define DEBUG_CALIBRATION(level, s)
80 #define DEBUG_DDR4_CENTRALIZATION(level, s)
81 #define DEBUG_DM_TUNING(level, s)
83 #define DEBUG_TAP_TUNING_ENGINE(level, s) \
84 if (level >= debug_tap_tuning) \
86 #define DEBUG_CALIBRATION(level, s) \
87 if (level >= debug_calibration) \
89 #define DEBUG_DDR4_CENTRALIZATION(level, s) \
90 if (level >= debug_ddr4_centralization) \
92 #define DEBUG_DM_TUNING(level, s) \
93 if (level >= debug_dm_tuning) \