commit | 2685427d6741dba0fecfbd77fd2ee5495ee90fdb | [log] [tgz] |
---|---|---|
author | Kamil Kulesza <kamil.kulesza@linux.intel.com> | Thu Aug 02 13:29:45 2018 +0200 |
committer | Kamil Kulesza <kamil.kulesza@linux.intel.com> | Thu Aug 02 13:29:45 2018 +0200 |
tree | 7b01740a9949d5d131be3c5ebc2cc733a9604ff1 | |
parent | ef4fc532c59d3bad59e64ef2e1b89459511039a9 [diff] |
format: add align up/down macros ALGIN_UP/ALIGN_DOWN macros allows to align the number to the nearest alignment value. E.g. upward value aligment is required for DGMBS register. Signed-off-by: Kamil Kulesza <kamil.kulesza@linux.intel.com>