Home
last modified time | relevance | path

Searched hist:"880 e46f2d33c382a1acb449e277cf4f535b5c62a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.c880e46f2d33c382a1acb449e277cf4f535b5c62a Thu Jul 16 22:45:11 UTC 2015 Marek Vasut <marex@denx.de> ddr: altera: Rework initialize_tracking()

Clean the function up by getting rid of all the insane XOR-leftshift
combos when assembling register values. While at it, remove all the
ad-hoc variables necessary for this XOR-leftshift voodoo. Finally,
get rid of the iterative division implementation of two constants
and replace it with a DIV_ROUND_UP() macro :-)

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