Home
last modified time | relevance | path

Searched refs:PS2_FLAG_RESEND (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h61 #define PS2_FLAG_RESEND (1 << 7) macro
H A Dps2_dev.cpp296 } else if ((flags & PS2_FLAG_RESEND)) { in ps2_dev_handle_int()
404 ~(PS2_FLAG_ACK | PS2_FLAG_NACK | PS2_FLAG_GETID | PS2_FLAG_RESEND)); in standard_command_timeout()
423 atomic_or(&dev->flags, PS2_FLAG_CMD | PS2_FLAG_RESEND); in standard_command_timeout()