Home
last modified time | relevance | path

Searched refs:shift_dq (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ddr/altera/
Dsequencer.c2327 int shift_dq, i, p; in center_dq_windows() local
2336 shift_dq = (left_edge[i] - right_edge[i] - in center_dq_windows()
2342 i, shift_dq); in center_dq_windows()
2346 if (shift_dq + temp_dq_io_delay1 > delay_max) in center_dq_windows()
2347 shift_dq = delay_max - temp_dq_io_delay1; in center_dq_windows()
2348 else if (shift_dq + temp_dq_io_delay1 < 0) in center_dq_windows()
2349 shift_dq = -temp_dq_io_delay1; in center_dq_windows()
2353 i, shift_dq); in center_dq_windows()
2357 temp_dq_io_delay1 + shift_dq); in center_dq_windows()
2360 temp_dq_io_delay1 + shift_dq); in center_dq_windows()
[all …]