commit | c50d670c56109c001875cd72930810b2ddfb29e6 | [log] [tgz] |
---|---|---|
author | Kursad Oney <kursad.oney@broadcom.com> | Wed Aug 14 15:18:33 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 10:09:16 2019 -0400 |
tree | 687f9faa74e100c9d46284626b7d62ba4e2f5d6d | |
parent | 9a3eddd263eeed29dadf0d6bd21ee84bd8e6209d [diff] |
waitbit: Add the generic wait_for_bit macros for 16 and 32 bits. wait_for_bit_le32 and wait_for_bit_le16 use the raw I/O functions which would default to big-endian on BE systems. Create the generic equivalents to use the native endianness. Signed-off-by: Kursad Oney <kursad.oney@broadcom.com> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>