Searched refs:snd_bt87x_writel (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/
H A Dbt87x.c206 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) function
293 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask);
307 snd_bt87x_writel(chip, REG_INT_STAT, irq_status);
436 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
475 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
485 snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->dma_risc.addr);
486 snd_bt87x_writel(chip, REG_PACKET_LEN,
488 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask);
489 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
498 snd_bt87x_writel(chi
[all...]

Completed in 118 milliseconds