Searched refs:BA1_CCTL (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1021 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 1023 snd_cs46xx_poke(chip, BA1_CCTL, chip->capt.ctl | tmp); in snd_cs46xx_capture_trigger() 1027 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 1029 snd_cs46xx_poke(chip, BA1_CCTL, tmp); in snd_cs46xx_capture_trigger() 2881 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_hw_stop() 2882 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_hw_stop() 3276 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_start_dsp() 3278 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_start_dsp() 3827 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_resume() 3829 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_resume()
|
D | cs46xx.h | 1577 #define BA1_CCTL 0x064 /* BA1_CAPTURE_CONTROL_REG */ macro
|