Home
last modified time | relevance | path

Searched hist:"067 c853fe6ad67217f444428ccbfa038dfa8522d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsdram.c067c853fe6ad67217f444428ccbfa038dfa8522d Sat Aug 01 17:33:40 UTC 2015 Marek Vasut <marex@denx.de> ddr: altera: sdram: Clean up set_sdr_ctrlcfg()

Get rid of the constant clrsetbits_le32(), instead prepare the whole
content of the register once and write it at the end of the function.
The big plan here is to remove all the CONFIG_HPS_SDR_ macros, hide
them in QTS compatibility layer in board implementation and pass only
a small structure into the driver.

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