mirror of
https://xff.cz/git/u-boot/
synced 2025-10-13 05:56:28 +02:00
It is tedious to define both mask and bit-shift. <linux/bitfield.h> provides a convenient way to get access to register fields with a single shifted mask. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>