commit | 016af9b5c51e58ecda573f14dabe85a67363b20f | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelf@ti.com> | Sun Aug 18 00:56:11 2013 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 21 21:27:58 2013 +1000 |
tree | d2e453bc373918595111ccc2ef52c4ad17c12557 | |
parent | 257aff515409f9455edff3a946344e71baf9e116 [diff] |
crypto: omap-aes - Add useful debug macros When DEBUG is enabled, these macros can be used to print variables in integer and hex format, and clearly display which registers, offsets and values are being read/written , including printing the names of the offsets and their values. Using statement expression macros in read path as, Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Joel Fernandes <joelf@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>