Home
last modified time | relevance | path

Searched refs:snd_cs46xx_peekBA0 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c114 snd_cs46xx_peekBA0(chip, BA0_ACSDA + offset); in snd_cs46xx_codec_read()
116 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL); in snd_cs46xx_codec_read()
121 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL + offset); in snd_cs46xx_codec_read()
166 if (!(snd_cs46xx_peekBA0(chip, BA0_ACCTL) & ACCTL_DCV)) in snd_cs46xx_codec_read()
185 if (snd_cs46xx_peekBA0(chip, BA0_ACSTS + offset) & ACSTS_VSTS) in snd_cs46xx_codec_read()
204 snd_cs46xx_peekBA0(chip, BA0_ACSDA), in snd_cs46xx_codec_read()
205 snd_cs46xx_peekBA0(chip, BA0_ACCAD)); in snd_cs46xx_codec_read()
209 result = snd_cs46xx_peekBA0(chip, BA0_ACSDA + offset); in snd_cs46xx_codec_read()
267 snd_cs46xx_peekBA0(chip, BA0_ACCTL); in snd_cs46xx_codec_write()
288 if (!(snd_cs46xx_peekBA0(chip, BA0_ACCTL) & ACCTL_DCV)) { in snd_cs46xx_codec_write()
[all …]
Dcs46xx_lib.h85 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0() function
Ddsp_spos.c1403 valid_slots = snd_cs46xx_peekBA0(chip, BA0_ACOSV); in cs46xx_dsp_scb_and_task_init()