Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dpbms.c257 #define PBMS_ENABLED 1 /* Is the device enabled? */ macro
429 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()