Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/altera/
H A Dsequencer.c2328 int shift_dq, i, p; in center_dq_windows() local
2337 shift_dq = (left_edge[i] - right_edge[i] - in center_dq_windows()
2343 i, shift_dq); in center_dq_windows()
2347 if (shift_dq + temp_dq_io_delay1 > delay_max) in center_dq_windows()
2348 shift_dq = delay_max - temp_dq_io_delay1; in center_dq_windows()
2349 else if (shift_dq + temp_dq_io_delay1 < 0) in center_dq_windows()
2350 shift_dq = -temp_dq_io_delay1; in center_dq_windows()
2354 i, shift_dq); in center_dq_windows()
2358 temp_dq_io_delay1 + shift_dq); in center_dq_windows()
2361 temp_dq_io_delay1 + shift_dq); in center_dq_windows()
[all …]