Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 3894/1: pxa27x: Update DCSR_EORINTR bit definition in DCSR

This patch updates a bit definition name to align with the PXA27x
spec.EORINTR(End-Of-Receive Intr) bit in DCSR register (DMA Channel
Control/Status Register)

Signed-off-by: Stanley Cai <stanley.w.cai@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

stanley cai and committed by
Russell King
127e477e d94cffe3

+1 -1
+1 -1
include/asm-arm/arch-pxa/pxa-regs.h
··· 99 99 #define DCSR_SETCMPST (1 << 25) /* Set Descriptor Compare Status */ 100 100 #define DCSR_CLRCMPST (1 << 24) /* Clear Descriptor Compare Status */ 101 101 #define DCSR_CMPST (1 << 10) /* The Descriptor Compare Status */ 102 - #define DCSR_ENRINTR (1 << 9) /* The end of Receive */ 102 + #define DCSR_EORINTR (1 << 9) /* The end of Receive */ 103 103 #endif 104 104 #define DCSR_REQPEND (1 << 8) /* Request Pending (read-only) */ 105 105 #define DCSR_STOPSTATE (1 << 3) /* Stop State (read-only) */