Searched refs:snd_cs46xx_peekBA0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 100 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 …]
|
D | cs46xx_lib.h | 70 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0() function
|
D | dsp_spos.c | 1337 valid_slots = snd_cs46xx_peekBA0(chip, BA0_ACOSV); in cs46xx_dsp_scb_and_task_init()
|