summaryrefslogtreecommitdiff
path: root/chip/ish/ish_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/ish_dma.h')
-rw-r--r--chip/ish/ish_dma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/ish/ish_dma.h b/chip/ish/ish_dma.h
index 9033c9b419..8b06121234 100644
--- a/chip/ish/ish_dma.h
+++ b/chip/ish/ish_dma.h
@@ -15,9 +15,9 @@
#define PAGING_CHAN 0
#define KERNEL_CHAN 1
-#define DST_IS_DRAM (1 << 0)
-#define SRC_IS_DRAM (1 << 1)
-#define NON_SNOOP (1 << 2)
+#define DST_IS_DRAM BIT(0)
+#define SRC_IS_DRAM BIT(1)
+#define NON_SNOOP BIT(2)
/* ISH5 and on */
#define RS0 0x0