Searched refs:PSM_NEED_SYNCBITS (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c479 #define PSM_NEED_SYNCBITS 8 /* Set syncbits using next data pkt */ macro
1101 sc->flags |= PSM_NEED_SYNCBITS;
1635 sc->flags |= PSM_NEED_SYNCBITS;
2012 sc->flags &= ~PSM_NEED_SYNCBITS;
2671 if ((sc->flags & PSM_NEED_SYNCBITS) != 0) {
3050 if ((sc->flags & PSM_NEED_SYNCBITS) != 0) {
3052 sc->flags &= ~PSM_NEED_SYNCBITS;

Completed in 66 milliseconds