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

/freebsd-12-stable/sys/dev/adb/
H A Dadbvar.h49 uint16_t autopoll_mask; member in struct:adb_softc
H A Dadb_bus.c122 sc->autopoll_mask = 0;
287 sc->autopoll_mask |= mod;
290 sc->autopoll_mask &= mod;
293 ADB_HB_SET_AUTOPOLL_MASK(sc->parent,sc->autopoll_mask);

Completed in 44 milliseconds