Searched refs:NUM_BYTE_LANES (Results 1 – 5 of 5) sorted by relevance
18 #define NUM_BYTE_LANES 4 /* number of byte lanes per channel */ macro75 uint32_t rcvn[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];76 uint32_t rdqs[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];77 uint32_t wdqs[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];78 uint32_t wdq[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];79 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES];
1358 for (bl = 0; bl < NUM_BYTE_LANES; bl++) { in restore_timings()1386 for (bl = 0; bl < NUM_BYTE_LANES; bl++) { in default_timings()1422 uint32_t delay[NUM_BYTE_LANES]; in rcvn_cal()1570 uint32_t delay[NUM_BYTE_LANES]; in wr_level()1824 bl < NUM_BYTE_LANES / bl_divisor; in rd_train()1839 bl < NUM_BYTE_LANES / bl_divisor; in rd_train()1879 bl < NUM_BYTE_LANES / bl_divisor; in rd_train()2116 bl < NUM_BYTE_LANES / bl_divisor; in wr_train()2131 bl < NUM_BYTE_LANES / bl_divisor; in wr_train()2170 bl < NUM_BYTE_LANES / bl_divisor; in wr_train()[all …]
1044 for (bl_grp = 0; bl_grp < (NUM_BYTE_LANES / bl_divisor) / 2; bl_grp++) { in sample_dqs()1094 bool direction[NUM_BYTE_LANES]; /* direction indicator */ in find_rising_edge()1112 for (bl = 0; bl < (NUM_BYTE_LANES / bl_divisor); bl++) { in find_rising_edge()1137 for (bl = 0; bl < NUM_BYTE_LANES / bl_divisor; bl++) { in find_rising_edge()1202 for (bl = 0; bl < NUM_BYTE_LANES / bl_divisor; bl++) { in find_rising_edge()1265 for (j = 0; j < MAX_BYTE_LANES; j += NUM_BYTE_LANES) in byte_lane_mask()1266 ret_val |= (1 << ((j / NUM_BYTE_LANES) * NUM_BYTE_LANES)); in byte_lane_mask()1360 for (bl = 0; bl < NUM_BYTE_LANES; bl++) { in clear_pointers()1412 for (bl = 0; bl < NUM_BYTE_LANES / bl_divisor; bl++) { in print_timings_internal()
161 #define DDRIODQ_CH_OFFSET ((NUM_BYTE_LANES / 2) * DDRIODQ_BL_OFFSET)
20 #define NUM_BYTE_LANES 4 macro352 int start, int end, int results[NUM_BYTE_LANES]) in test_shifts() argument357 for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) { in test_shifts()409 int left[NUM_BYTE_LANES]; in software_find_read_offset()410 int right[NUM_BYTE_LANES]; in software_find_read_offset()429 for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) { in software_find_read_offset()
Completed in 15 milliseconds