Symbol: ac97_wrcd
sys/dev/sound/pcm/ac97.c
1002
ac97_wrcd(codec, AC97_MIX_PCM, 0);
sys/dev/sound/pcm/ac97.c
1008
ac97_wrcd(codec, AC97_MIX_MASTER, 0);
sys/dev/sound/pcm/ac97.c
339
ac97_wrcd(codec, AC97_REG_RESET, 0);
sys/dev/sound/pcm/ac97.c
371
ac97_wrcd(codec, which, v);
sys/dev/sound/pcm/ac97.c
390
ac97_wrcd(codec, AC97_REGEXT_STAT, mode);
sys/dev/sound/pcm/ac97.c
429
ac97_wrcd(codec, AC97_REG_RECSEL, val);
sys/dev/sound/pcm/ac97.c
504
ac97_wrcd(codec, reg, val);
sys/dev/sound/pcm/ac97.c
616
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
618
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
703
ac97_wrcd(codec, reg, j | 0x8000);
sys/dev/sound/pcm/ac97.c
721
ac97_wrcd(codec, reg,
sys/dev/sound/pcm/ac97.c
748
ac97_wrcd(codec, reg, old);
sys/dev/sound/pcm/ac97.c
805
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
807
ac97_wrcd(codec, AC97_REG_POWER, (codec->flags & AC97_F_EAPD_INV)? 0x8000 : 0x0000);
sys/dev/sound/pcm/ac97.c
810
ac97_wrcd(codec, AC97_REGEXT_STAT, codec->extstat);
sys/dev/sound/pcm/ac97.c
896
ac97_wrcd(codec, AC97_REG_POWER, val ^ 0x8000);
sys/dev/sound/pcm/ac97.c
912
ac97_wrcd(codec, AC97_REG_POWER, orig ^ 0x8000);
sys/dev/sound/pcm/ac97.c
914
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);
sys/dev/sound/pcm/ac97_patch.c
103
ac97_wrcd(codec, 0x7a, ac97_rdcd(codec, 0x7a) & 0xfffd);
sys/dev/sound/pcm/ac97_patch.c
112
ac97_wrcd(codec, 0x6a, ac97_rdcd(codec, 0x6a) | 0x0001);
sys/dev/sound/pcm/ac97_patch.c
46
ac97_wrcd(codec, AC97_AD_JACK_SPDIF, 0x0010);
sys/dev/sound/pcm/ac97_patch.c
55
ac97_wrcd(codec, 0x76, ac97_rdcd(codec, 0x76) | 0x0420);
sys/dev/sound/pcm/ac97_patch.c
68
ac97_wrcd(codec, AC97_AD_JACK_SPDIF,
sys/dev/sound/pcm/ac97_patch.c
84
ac97_wrcd(codec, AC97_REG_POWER, 0x000f);
sys/dev/sound/pcm/ac97_patch.c
85
ac97_wrcd(codec, AC97_MIXEXT_CLFE, 0x0000);
sys/dev/sound/pcm/ac97_patch.c
86
ac97_wrcd(codec, 0x64, 0x7110);