Searched refs:BA1_CCTL (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 848 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 850 snd_cs46xx_poke(chip, BA1_CCTL, chip->capt.ctl | tmp); in snd_cs46xx_capture_trigger() 854 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_capture_trigger() 856 snd_cs46xx_poke(chip, BA1_CCTL, tmp); in snd_cs46xx_capture_trigger() 2735 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_hw_stop() 2736 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_hw_stop() 3126 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_start_dsp() 3128 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_start_dsp() 3687 tmp = snd_cs46xx_peek(chip, BA1_CCTL); in snd_cs46xx_resume() 3689 snd_cs46xx_poke(chip, BA1_CCTL, tmp & 0xffff0000); in snd_cs46xx_resume()
|
/linux-2.6.39/include/sound/ |
D | cs46xx.h | 1592 #define BA1_CCTL 0x064 /* BA1_CAPTURE_CONTROL_REG */ macro
|