Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c481 #define PSM_ASLP 2 /* Waiting for mouse data */ macro
2439 sc->state |= PSM_ASLP;
2441 sc->state &= ~PSM_ASLP;
5210 if (sc->state & PSM_ASLP) {
5211 sc->state &= ~PSM_ASLP;
7427 if ((sc->state & PSM_ASLP) && !(sc->state & PSM_VALID)) {
7432 sc->state &= ~PSM_ASLP;