Home
last modified time | relevance | path

Searched hist:"7 f8e7539" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/clk/
H A Dpll-base-ld20.c7f8e7539 Tue Dec 05 23:16:34 CST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: uniphier: use FIELD_PREP for PLL settings

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>