Searched refs:temp_dq_io_delay1 (Results 1 – 1 of 1) sorted by relevance
2327 s32 temp_dq_io_delay1; in center_dq_windows() local2345 temp_dq_io_delay1 = readl(addr + (i << 2)); 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()2358 temp_dq_io_delay1 + shift_dq); in center_dq_windows()2361 temp_dq_io_delay1 + shift_dq); in center_dq_windows()