Lines Matching defs:dw_hdma_v0_ch_regs
27 struct dw_hdma_v0_ch_regs { struct
28 u32 ch_en; /* 0x0000 */
29 u32 doorbell; /* 0x0004 */
30 u32 prefetch; /* 0x0008 */
31 u32 handshake; /* 0x000c */
32 union {
38 } llp;
39 u32 cycle_sync; /* 0x0018 */
40 u32 transfer_size; /* 0x001c */
41 union {
47 } sar;
48 union {
54 } dar;
55 u32 watermark_en; /* 0x0030 */
56 u32 control1; /* 0x0034 */
57 u32 func_num; /* 0x0038 */
58 u32 qos; /* 0x003c */
59 u32 padding_1[16]; /* 0x0040..0x007c */
60 u32 ch_stat; /* 0x0080 */
61 u32 int_stat; /* 0x0084 */
62 u32 int_setup; /* 0x0088 */
63 u32 int_clear; /* 0x008c */
64 union {
90 struct dw_hdma_v0_ch_regs wr; /* 0x0000 */ argument