Home
last modified time | relevance | path

Searched hist:"99 c006a320ceb9ea19135ac1512e4a81e8bebb72" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmxcmmc.c99c006a320ceb9ea19135ac1512e4a81e8bebb72 Sat Mar 13 20:09:00 UTC 2010 Stefano Babic <sbabic@denx.de> mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors

Some registers of the mxcmmc driver were accessed using
16 bit accessor functions, because only the LSB is
significant. This is not needed and generates
warnings.

Signed-off-by: Stefano Babic <sbabic@denx.de>