Home
last modified time | relevance | path

Searched hist:"0 c4be198f48eb0ff8cfcd4cdb654d975f69a3238" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.c0c4be198f48eb0ff8cfcd4cdb654d975f69a3238 Sat Jul 18 18:34:00 UTC 2015 Marek Vasut <marex@denx.de> ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 8

The search_stop_check() always resets the bit_chk to a new value,
so bit_chk will never survive between search_left_edge() and
search_right_edge() invocation. There is thus no need to pass
it into these functions, so make bit_chk local to them.

Signed-off-by: Marek Vasut <marex@denx.de>