Searched refs:snd_bt87x_writel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | bt87x.c | 208 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) in snd_bt87x_writel() function 295 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_pci_error() 309 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt() 437 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_close() 476 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_prepare() 486 snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->dma_risc.addr); in snd_bt87x_start() 487 snd_bt87x_writel(chip, REG_PACKET_LEN, in snd_bt87x_start() 489 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_start() 490 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_start() 499 snd_bt87x_writel(chi in snd_bt87x_stop() [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | bt87x.c | 206 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) in snd_bt87x_writel() function 293 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_pci_error() 307 snd_bt87x_writel(chip, REG_INT_STAT, irq_status); in snd_bt87x_interrupt() 436 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_close() 475 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_prepare() 485 snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->dma_risc.addr); in snd_bt87x_start() 486 snd_bt87x_writel(chip, REG_PACKET_LEN, in snd_bt87x_start() 488 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask); in snd_bt87x_start() 489 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_start() 498 snd_bt87x_writel(chi in snd_bt87x_stop() [all...] |
Completed in 4 milliseconds