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

/freebsd-12-stable/sys/dev/alc/
H A Dif_alcvar.h228 #define ALC_FLAG_MSI 0x0004 macro
H A Dif_alc.c1366 else if ((sc->alc_flags & ALC_FLAG_MSI) != 0)
1546 sc->alc_flags |= ALC_FLAG_MSI;
1643 else if ((sc->alc_flags & ALC_FLAG_MSI) != 0)
1711 else if ((sc->alc_flags & ALC_FLAG_MSI) != 0)
1725 if ((sc->alc_flags & (ALC_FLAG_MSI | ALC_FLAG_MSIX)) != 0)

Completed in 161 milliseconds