]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Feb 2020 07:40:23 +0000 (16:40 +0900)
committerPeng Fan <peng.fan@nxp.com>
Thu, 20 Feb 2020 07:09:55 +0000 (15:09 +0800)
commit2af5719cc7f96e82b55e573701969653ce6f7cf6
tree82102ee7a052f7b44ac8c1aadfdc62d11d74629f
parent73b315ebb717d516fa095ee4e98b34cc6a6e14cb
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr

Use {lower,upper}_32_bits() instead of the combination of cast
and shift.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c