Searched refs:PS2M_STS_ENABLE_DEV (Results 1 – 1 of 1) sorted by relevance
81 #define PS2M_STS_ENABLE_DEV 0x20 macro235 sc->status = PS2M_STS_ENABLE_DEV; in ps2mouse_reset()319 sc->status &= ~PS2M_STS_ENABLE_DEV; in ps2mouse_write()324 sc->status |= PS2M_STS_ENABLE_DEV; in ps2mouse_write()388 if ((sc->status & PS2M_STS_ENABLE_DEV) == 0 || !sc->ctrlenable) { in ps2mouse_event()