Searched refs:BA1_CCTL (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/cs46xx/ |
H A 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() 2867 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_hw_stop() 2868 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_hw_stop() 3237 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_start_dsp() 3239 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_start_dsp() 3789 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_resume() 3791 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
|