Searched refs:AE_ENABLED (Results 1 – 2 of 2) sorted by relevance
191 #define AE_ENABLED 0x00001000 /* chip is enabled */ macro193 #define AE_IS_ENABLED(sc) ((sc)->sc_flags & AE_ENABLED)
1468 sc->sc_flags |= AE_ENABLED; in ae_enable()1484 sc->sc_flags &= ~AE_ENABLED; in ae_disable()