waitbit: Add the generic wait_for_bit macros for 16 and 32 bits.
authorKursad Oney <kursad.oney@broadcom.com>
Wed, 14 Aug 2019 13:18:33 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:09:16 +0000 (10:09 -0400)
commitc50d670c56109c001875cd72930810b2ddfb29e6
tree687f9faa74e100c9d46284626b7d62ba4e2f5d6d
parent9a3eddd263eeed29dadf0d6bd21ee84bd8e6209d
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>
include/wait_bit.h