Searched refs:autopoll_mask (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/adb/
H A Dadbvar.h47 uint16_t autopoll_mask; member in struct:adb_softc
H A Dadb_bus.c120 sc->autopoll_mask = 0;
285 sc->autopoll_mask |= mod;
288 sc->autopoll_mask &= mod;
291 ADB_HB_SET_AUTOPOLL_MASK(sc->parent,sc->autopoll_mask);

Completed in 99 milliseconds