Home
last modified time | relevance | path

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

/Linux-v5.4/sound/sparc/
Ddbri.c302 struct snd_dbri { struct
303 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 …]