Searched refs:AC97_SIGMATEL_BIAS2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dac97_codec.c850 #define AC97_SIGMATEL_BIAS2 0x72 macro
860 codec72 = codec->codec_read(codec, AC97_SIGMATEL_BIAS2) & 0x8000;
867 codec->codec_write(codec, AC97_SIGMATEL_BIAS2, 0x0007);
911 codec->codec_write(codec, AC97_SIGMATEL_BIAS2, 0x0002);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h278 #define AC97_SIGMATEL_BIAS2 0x72 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.c997 err = snd_ac97_update_bits(ac97, AC97_SIGMATEL_BIAS2, 0x0010,
1010 .private_value = AC97_SINGLE_VALUE(AC97_SIGMATEL_BIAS2, 4, 1, 0),
1038 codec72 = snd_ac97_read(ac97, AC97_SIGMATEL_BIAS2) & 0x8000;
1045 snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0007);
1065 snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);
1078 snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);
1090 snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);

Completed in 133 milliseconds