Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbth5.c137 #define BTH5_ENABLED (1 << 1) /* is enabled */ macro
1718 if (sc->sc_flags & BTH5_ENABLED) in bth5_enable()
1723 sc->sc_flags |= BTH5_ENABLED; in bth5_enable()
1737 if ((sc->sc_flags & BTH5_ENABLED) == 0) in bth5_disable()
1752 sc->sc_flags &= ~BTH5_ENABLED; in bth5_disable()
1795 KASSERT(sc->sc_flags & BTH5_ENABLED); in bth5_output_cmd()
1814 KASSERT(sc->sc_flags & BTH5_ENABLED); in bth5_output_acl()
1833 KASSERT(sc->sc_flags & BTH5_ENABLED); in bth5_output_sco()