Searched refs:snd_bt87x_writel (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/ |
D | bt87x.c | 222 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) in snd_bt87x_writel() function 314 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_pci_error() 328 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt() 456 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_close() 501 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_prepare() 511 snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->dma_risc.addr); in snd_bt87x_start() 512 snd_bt87x_writel(chip, REG_PACKET_LEN, in snd_bt87x_start() 514 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_start() 515 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_start() 524 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_stop() [all …]
|