Searched refs:BA1_PCTL (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 962 tmp = snd_cs46xx_peek(chip, BA1_PCTL); in snd_cs46xx_playback_trigger() 964 snd_cs46xx_poke(chip, BA1_PCTL, chip->play_ctl | tmp); in snd_cs46xx_playback_trigger() 980 tmp = snd_cs46xx_peek(chip, BA1_PCTL); in snd_cs46xx_playback_trigger() 982 snd_cs46xx_poke(chip, BA1_PCTL, tmp); in snd_cs46xx_playback_trigger() 2811 tmp = snd_cs46xx_peek(chip, BA1_PCTL); in snd_cs46xx_hw_stop() 2812 snd_cs46xx_poke(chip, BA1_PCTL, tmp & 0x0000ffff); in snd_cs46xx_hw_stop() 3179 tmp = snd_cs46xx_peek(chip, BA1_PCTL); in snd_cs46xx_start_dsp() 3181 snd_cs46xx_poke(chip, BA1_PCTL, tmp & 0x0000ffff); in snd_cs46xx_start_dsp()
|
| H A D | cs46xx.h | 1574 #define BA1_PCTL 0x2a4 /* BA1_PLAY_CONTROL_REG */ macro
|