Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c574 if ((b == PSM_ACK) || (b == PSM_RESEND) in wait_for_aux_ack()
718 else if (res != PSM_RESEND) in send_aux_command_and_data()
728 if (res != PSM_RESEND) in send_aux_command_and_data()
1016 int c = PSM_RESEND; /* keep the compiler happy */ in reset_aux_dev()
H A Datkbdcreg.h129 #define PSM_RESEND 0x00fe macro