Searched defs:au1xxx_dma_channel (Results 1 – 1 of 1) sorted by relevance
55 typedef volatile struct au1xxx_dma_channel { struct56 u32 ddma_cfg; /* See below */57 u32 ddma_desptr; /* 32-byte aligned pointer to descriptor */58 u32 ddma_statptr; /* word aligned pointer to status word */59 u32 ddma_dbell; /* A write activates channel operation */60 u32 ddma_irq; /* If bit 0 set, interrupt pending */61 u32 ddma_stat; /* See below */62 u32 ddma_bytecnt; /* Byte count, valid only when chan idle */