Searched refs:PBMS_ENABLED (Results 1 – 1 of 1) sorted by relevance
257 #define PBMS_ENABLED 1 /* Is the device enabled? */ macro429 if (sc->sc_status & PBMS_ENABLED) in pbms_enable()432 sc->sc_status |= PBMS_ENABLED; in pbms_enable()449 if (!(sc->sc_status & PBMS_ENABLED)) in pbms_disable()452 sc->sc_status &= ~PBMS_ENABLED; in pbms_disable()