We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b52ba8 commit 930a8a0Copy full SHA for 930a8a0
drivers/dma/dw-edma/dw-hdma-v0-regs.h
@@ -15,7 +15,7 @@
15
#define HDMA_V0_LOCAL_ABORT_INT_EN BIT(6)
16
#define HDMA_V0_REMOTE_ABORT_INT_EN BIT(5)
17
#define HDMA_V0_LOCAL_STOP_INT_EN BIT(4)
18
-#define HDMA_V0_REMOTEL_STOP_INT_EN BIT(3)
+#define HDMA_V0_REMOTE_STOP_INT_EN BIT(3)
19
#define HDMA_V0_ABORT_INT_MASK BIT(2)
20
#define HDMA_V0_STOP_INT_MASK BIT(0)
21
#define HDMA_V0_LINKLIST_EN BIT(0)
0 commit comments