Searched defs:snd_dbri (Results 1 – 2 of 2) sorted by relevance
302 struct snd_dbri { struct303 int regs_size, irq; /* Needed for unload */304 struct platform_device *op; /* OF device info */305 spinlock_t lock;307 struct dbri_dma *dma; /* Pointer to our DMA block */308 dma_addr_t dma_dvma; /* DBRI visible DMA address */310 void __iomem *regs; /* dbri HW regs */311 int dbri_irqp; /* intr queue pointer */313 struct dbri_pipe pipes[DBRI_NO_PIPES]; /* DBRI's 32 data pipes */314 int next_desc[DBRI_NO_DESCS]; /* Index of next desc, or -1 */[all …]
301 struct snd_dbri { struct302 int regs_size, irq; /* Needed for unload */303 struct platform_device *op; /* OF device info */304 spinlock_t lock;306 struct dbri_dma *dma; /* Pointer to our DMA block */307 dma_addr_t dma_dvma; /* DBRI visible DMA address */309 void __iomem *regs; /* dbri HW regs */310 int dbri_irqp; /* intr queue pointer */312 struct dbri_pipe pipes[DBRI_NO_PIPES]; /* DBRI's 32 data pipes */313 int next_desc[DBRI_NO_DESCS]; /* Index of next desc, or -1 */[all …]