Searched refs:PS2_FLAG_WAITID (Results 1 – 2 of 2) sorted by relevance
249 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()417 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()434 ps2dev->flags &= ~PS2_FLAG_WAITID; in ps2_handle_ack()
29 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ macro