commit | f71eb805462409feec15248324bb2c8e2c5ce179 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:45:12 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:37 2016 -0700 |
tree | 5b45afbf5cc9dd87a41e5b67d5c8ab1015749f83 | |
parent | 3fee8c48e9e1a1c7ffda755b3d41491ce4fdebbf [diff] |
rockchip: Tidy up the register-access macros These work reasonable well, but there are a few errors: - Brackets should be used to avoid unexpected side-effects - When setting bits, the corresponding upper 16 bits should be set also Signed-off-by: Simon Glass <sjg@chromium.org>