Home
last modified time | relevance | path

Searched defs:edma_ctrl (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/
H A Dedma.h18 typedef struct edma_ctrl { struct
19 u32 cr; /* 0x00 Control Register */
20 u32 es; /* 0x04 Error Status Register */
21 u16 res1[3]; /* 0x08 - 0x0D */
22 u16 erq; /* 0x0E Enable Request Register */
23 u16 res2[3]; /* 0x10 - 0x15 */
24 u16 eei; /* 0x16 Enable Error Interrupt Request */
25 u8 serq; /* 0x18 Set Enable Request */
26 u8 cerq; /* 0x19 Clear Enable Request */
27 u8 seei; /* 0x1A Set En Error Interrupt Request */
[all …]