Searched refs:AC97_POWER_STATUS (Results 1 – 2 of 2) sorted by relevance
63 #define AC97_POWER_STATUS (AC97_POWER_ADC | AC97_POWER_DAC | \ macro
341 ps = ac97_rdcd(codec, AC97_REG_POWER) & AC97_POWER_STATUS; in ac97_reset()342 if (ps == AC97_POWER_STATUS) in ac97_reset()