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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c476 #define PSM_VALID 0x80 macro
1197 sc->state &= ~PSM_VALID;
1268 if (sc->state & PSM_VALID) {
1283 sc->state |= PSM_VALID;
1287 sc->state &= ~PSM_VALID;
1956 sc->state = PSM_VALID;
2084 if ((sc->state & PSM_VALID) == 0) {
2109 if (sc->state & PSM_VALID)
2122 if ((sc->state & PSM_VALID) == 0) {
2147 if (sc->state & PSM_VALID)
[all...]

Completed in 120 milliseconds