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

/freebsd-10.0-release/sys/dev/atkbdc/
H A Dpsm.c347 #define PSM_NEED_SYNCBITS 8 /* Set syncbits using next data pkt */ macro
885 sc->flags |= PSM_NEED_SYNCBITS;
1418 sc->flags |= PSM_NEED_SYNCBITS;
2031 if ((sc->flags & PSM_NEED_SYNCBITS) != 0) {
2394 if ((sc->flags & PSM_NEED_SYNCBITS) != 0) {
2396 sc->flags &= ~PSM_NEED_SYNCBITS;

Completed in 115 milliseconds