Searched refs:PS2_FLAG_NAK (Results 1 – 1 of 1) sorted by relevance
40 #define PS2_FLAG_NAK BIT(4) /* Last transmission was NAKed */ macro509 ps2dev->flags |= PS2_FLAG_NAK; in ps2_handle_ack()514 if (ps2dev->flags & PS2_FLAG_NAK) { in ps2_handle_ack()515 ps2dev->flags &= ~PS2_FLAG_NAK; in ps2_handle_ack()555 ps2dev->flags &= ~PS2_FLAG_NAK; in ps2_handle_ack()574 ps2dev->flags &= PS2_FLAG_NAK; in ps2_cleanup()