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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c676 static void synaptics_set_mode(struct psm_softc *sc, int mode_byte);
6198 int mode_byte; local
6218 mode_byte = 0xc4;
6222 mode_byte |= 1;
6224 return mode_byte;
6228 synaptics_set_mode(struct psm_softc *sc, int mode_byte) { argument
6229 mouse_ext_command(sc->kbdc, mode_byte);
6239 sc->hw.model == MOUSE_MODEL_SYNAPTICS && !(mode_byte & (1 << 5))) {

Completed in 168 milliseconds