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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dbt87x.c182 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) function
267 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask);
281 snd_bt87x_writel(chip, REG_INT_STAT, irq_status);
464 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
474 snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->dma_risc.addr);
475 snd_bt87x_writel(chip, REG_PACKET_LEN,
477 snd_bt87x_writel(chip, REG_INT_MASK, chip->interrupt_mask);
478 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
487 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control);
488 snd_bt87x_writel(chi
[all...]

Completed in 45 milliseconds