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