Searched refs:ALC_FLAG_APS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/alc/
H A Dif_alcvar.h235 #define ALC_FLAG_APS 0x1000 macro
H A Dif_alc.c1141 if ((sc->alc_flags & (ALC_FLAG_APS | ALC_FLAG_PCIE)) ==
1142 (ALC_FLAG_APS | ALC_FLAG_PCIE))
1153 if ((sc->alc_flags & ALC_FLAG_APS) != 0) {
1176 if ((sc->alc_flags & ALC_FLAG_APS) != 0) {
1414 sc->alc_flags |= ALC_FLAG_APS;
1421 sc->alc_flags |= ALC_FLAG_APS;

Completed in 49 milliseconds