Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aevar.h167 #define AE_FLAG_PMG 0x10 /* Supports PCI power management. */ macro
H A Dif_ae.c347 sc->flags |= AE_FLAG_PMG; in ae_attach()
1328 if ((sc->flags & AE_FLAG_PMG) == 0) { in ae_pm_init()