Searched refs:writecmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c7012 int res, writecmd; local
7014 writecmd = hwversion == 2 ? ELANTECH_REG_WRITE : ELANTECH_REG_RDWR;
7017 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;
7022 res |= send_aux_command(kbdc, writecmd) != PSM_ACK;

Completed in 109 milliseconds