Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c100 snd_cs46xx_peekBA0(chip, BA0_ACSDA + offset); in snd_cs46xx_codec_read()
102 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL); in snd_cs46xx_codec_read()
107 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL + offset); in snd_cs46xx_codec_read()
152 if (!(snd_cs46xx_peekBA0(chip, BA0_ACCTL) & ACCTL_DCV)) in snd_cs46xx_codec_read()
171 if (snd_cs46xx_peekBA0(chip, BA0_ACSTS + offset) & ACSTS_VSTS) in snd_cs46xx_codec_read()
190 snd_cs46xx_peekBA0(chip, BA0_ACSDA), in snd_cs46xx_codec_read()
191 snd_cs46xx_peekBA0(chip, BA0_ACCAD)); in snd_cs46xx_codec_read()
195 result = snd_cs46xx_peekBA0(chip, BA0_ACSDA + offset); in snd_cs46xx_codec_read()
253 snd_cs46xx_peekBA0(chip, BA0_ACCTL); in snd_cs46xx_codec_write()
274 if (!(snd_cs46xx_peekBA0(chip, BA0_ACCTL) & ACCTL_DCV)) { in snd_cs46xx_codec_write()
[all …]
Dcs46xx_lib.h70 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0() function
Ddsp_spos.c1337 valid_slots = snd_cs46xx_peekBA0(chip, BA0_ACOSV); in cs46xx_dsp_scb_and_task_init()