Searched refs:PS2_FLAG_ACK_CMD (Results 1 – 2 of 2) sorted by relevance
260 ps2dev->flags |= PS2_FLAG_ACK_CMD; in __ps2_command()274 ps2dev->flags &= ~PS2_FLAG_ACK_CMD; in __ps2_command()438 return ps2dev->flags & PS2_FLAG_ACK_CMD; in ps2_handle_ack()
34 #define PS2_FLAG_ACK_CMD BIT(5) /* Waiting to ACK the command (first) byte */ macro