Searched defs:dma_regs (Results 1 – 3 of 3) sorted by relevance
29 struct dma_regs { struct30 volatile uint32_t ctl; /* Control Register */35 volatile uint32_t stat; /* Status Register */41 volatile uint32_t tcnt; /* transfer counter */42 volatile uint32_t tag; /* Tag Register */43 volatile uint32_t offset; /* Offset Register */44 volatile uint32_t mapent; /* Map entry Register */
40 struct dma_regs { struct41 uint32_t csr; /* DMA CSR */78 uint32_t addr;81 uint32_t bcnt; /* DMA COUNT (in longs) */84 uint32_t test; /* DMA TEST (in longs) */
58 uint32_t dma_regs; /* allocation bitmask */ member