commit | 1231e7eb62224235bb92a2a39cb35c89afd474af | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Mar 25 11:23:24 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Apr 24 21:41:49 2017 +0200 |
tree | 6279ddc6aff7912775dddcd657955218b3cbecd9 | |
parent | 8cc35289227c5cbb8811048519c1703e2137d421 [diff] |
mmc: meson-gx: use bitfield macros Use GENMASK consistently for all bit masks and switch to using the bitfield macros FIELD_GET and FIELD_PREP. This hides parts of the complexity of dealing with bit fields. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>