Home
last modified time | relevance | path

Searched refs:AC97_REG_RESET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dac97.c340 ac97_wrcd(codec, AC97_REG_RESET, 0); in ac97_reset()
618 i = ac97_rdcd(codec, AC97_REG_RESET); in ac97_initmixer()
619 j = ac97_rdcd(codec, AC97_REG_RESET); in ac97_initmixer()
620 k = ac97_rdcd(codec, AC97_REG_RESET); in ac97_initmixer()
628 i = ac97_rdcd(codec, AC97_REG_RESET); in ac97_initmixer()
H A Dac97.h31 #define AC97_REG_RESET 0x00 macro