Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbtms.c122 #define BTMS_HASZ (1 << 1) /* has Z direction */ macro
257 sc->sc_flags |= BTMS_HASZ; in btms_attach()
292 if (sc->sc_flags & BTMS_HASZ) in btms_attach()
295 sc->sc_flags |= BTMS_HASZ; in btms_attach()
320 sc->sc_flags & BTMS_HASZ ? " and Z dir" : "", in btms_attach()
456 if (sc->sc_flags & BTMS_HASZ) { in btms_print_device()
489 sc->sc_flags = BTMS_HASZ | BTMS_REVZ; in btms_fixup_elecom()