Symbol: ac97_wrcd
sys/dev/sound/pcm/ac97.c
1073
ac97_wrcd(codec, AC97_MIX_PCM, 0);
sys/dev/sound/pcm/ac97.c
330
ac97_wrcd(codec, AC97_REG_RESET, 0);
sys/dev/sound/pcm/ac97.c
362
ac97_wrcd(codec, which, v);
sys/dev/sound/pcm/ac97.c
381
ac97_wrcd(codec, AC97_REGEXT_STAT, mode);
sys/dev/sound/pcm/ac97.c
420
ac97_wrcd(codec, AC97_REG_RECSEL, val);
sys/dev/sound/pcm/ac97.c
495
ac97_wrcd(codec, reg, val);
sys/dev/sound/pcm/ac97.c
604
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
606
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
693
ac97_wrcd(codec, reg, j | 0x8000);
sys/dev/sound/pcm/ac97.c
711
ac97_wrcd(codec, reg,
sys/dev/sound/pcm/ac97.c
734
ac97_wrcd(codec, reg, old);
sys/dev/sound/pcm/ac97.c
788
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
790
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
793
ac97_wrcd(codec, AC97_REGEXT_STAT, codec->extstat);
sys/dev/sound/pcm/ac97.c
866
ac97_wrcd(codec, AC97_AD_JACK_SPDIF, 0x0010);
sys/dev/sound/pcm/ac97.c
876
ac97_wrcd(codec, 0x76, ac97_rdcd(codec, 0x76) | 0x0420);
sys/dev/sound/pcm/ac97.c
890
ac97_wrcd(codec, AC97_AD_JACK_SPDIF,
sys/dev/sound/pcm/ac97.c
907
ac97_wrcd(codec, AC97_REG_POWER, 0x000f);
sys/dev/sound/pcm/ac97.c
908
ac97_wrcd(codec, AC97_MIXEXT_CLFE, 0x0000);
sys/dev/sound/pcm/ac97.c
909
ac97_wrcd(codec, 0x64, 0x7110);
sys/dev/sound/pcm/ac97.c
927
ac97_wrcd(codec, 0x7a, ac97_rdcd(codec, 0x7a) & 0xfffd);
sys/dev/sound/pcm/ac97.c
936
ac97_wrcd(codec, 0x6a, ac97_rdcd(codec, 0x6a) | 0x0001);
sys/dev/sound/pcm/ac97.c
966
ac97_wrcd(codec, AC97_REG_POWER, val ^ 0x8000);
sys/dev/sound/pcm/ac97.c
982
ac97_wrcd(codec, AC97_REG_POWER, orig ^ 0x8000);
sys/dev/sound/pcm/ac97.c
984
ac97_wrcd(codec, AC97_REG_POWER, orig);
sys/dev/sound/pcm/ac97.h
107
void ac97_wrcd(struct ac97_info *codec, int reg, u_int16_t val);