forked from luck/tmp_suning_uos_patched
[ARM] pxa: add missing new line to regs-u2d.h
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
01bf0b6457
commit
d5df767dbe
@ -166,7 +166,8 @@
|
|||||||
#define U2DMACSR_BUSERRTYPE (7 << 10) /* PX Bus Error Type */
|
#define U2DMACSR_BUSERRTYPE (7 << 10) /* PX Bus Error Type */
|
||||||
#define U2DMACSR_EORINTR (1 << 9) /* End Of Receive */
|
#define U2DMACSR_EORINTR (1 << 9) /* End Of Receive */
|
||||||
#define U2DMACSR_REQPEND (1 << 8) /* Request Pending */
|
#define U2DMACSR_REQPEND (1 << 8) /* Request Pending */
|
||||||
#define U2DMACSR_RASINTR (1 << 4) /* Request After Channel Stopped (read / write 1 clear) */#define U2DMACSR_STOPINTR (1 << 3) /* Stop Interrupt (read only) */
|
#define U2DMACSR_RASINTR (1 << 4) /* Request After Channel Stopped (read / write 1 clear) */
|
||||||
|
#define U2DMACSR_STOPINTR (1 << 3) /* Stop Interrupt (read only) */
|
||||||
#define U2DMACSR_ENDINTR (1 << 2) /* End Interrupt (read / write 1 clear) */
|
#define U2DMACSR_ENDINTR (1 << 2) /* End Interrupt (read / write 1 clear) */
|
||||||
#define U2DMACSR_STARTINTR (1 << 1) /* Start Interrupt (read / write 1 clear) */
|
#define U2DMACSR_STARTINTR (1 << 1) /* Start Interrupt (read / write 1 clear) */
|
||||||
#define U2DMACSR_BUSERRINTR (1 << 0) /* Bus Error Interrupt (read / write 1 clear) */
|
#define U2DMACSR_BUSERRINTR (1 << 0) /* Bus Error Interrupt (read / write 1 clear) */
|
||||||
|
Loading…
Reference in New Issue
Block a user