Home
last modified time | relevance | path

Searched refs:AC97_HOST_INVERTED_EAMP (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/ic/
H A Dac97var.h45 AC97_HOST_INVERTED_EAMP = 0x10 enumerator
H A Dac97.c929 #define POWER_EAMP_ON(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
931 #define POWER_EAMP_OFF(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
1386 if (as->host_flags & AC97_HOST_INVERTED_EAMP) { in ac97_attach_type()
/netbsd/sys/dev/pci/
H A Dcs4280.c881 return AC97_HOST_INVERTED_EAMP; in cs4280_flags_codec()
H A Dauich.c619 sc->sc_codecflags = AC97_HOST_INVERTED_EAMP; in auich_attach()