Searched refs:BA1_CCTL (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 1014 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 1016 snd_cs46xx_poke(chip, BA1_CCTL, chip->capt.ctl | tmp); in snd_cs46xx_capture_trigger() 1020 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 1022 snd_cs46xx_poke(chip, BA1_CCTL, tmp); in snd_cs46xx_capture_trigger() 2827 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_hw_stop() 2828 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_hw_stop() 3197 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_start_dsp() 3199 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_start_dsp() 3749 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_resume() 3751 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_resume()
|
| H A D | cs46xx.h | 1577 #define BA1_CCTL 0x064 /* BA1_CAPTURE_CONTROL_REG */ macro
|