Home
last modified time | relevance | path

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

/linux-6.1.9/sound/sparc/
Ddbri.c301 struct snd_dbri { struct
302 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 …]