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