mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 19:36:22 +01: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>