Use the BIT() macro consistently in R-Car Gen3 header.
Fix indent with spaces to tabs at the same time. No
functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
#define GICC_BASE 0xF1020000
/* PFC */
-#define PFC_PUEN5 0xE6060414
-#define PUEN_SSI_SDATA4 BIT(17)
-#define PFC_PUEN6 0xE6060418
-#define PUEN_USB1_OVC (1 << 2)
-#define PUEN_USB1_PWEN (1 << 1)
+#define PFC_PUEN5 0xE6060414
+#define PUEN_SSI_SDATA4 BIT(17)
+#define PFC_PUEN6 0xE6060418
+#define PUEN_USB1_OVC BIT(2)
+#define PUEN_USB1_PWEN BIT(1)
#ifndef __ASSEMBLY__
#include <asm/types.h>