Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c689 static void synaptics_set_mode(struct psm_softc *sc, int mode_byte);
6222 int mode_byte; local
6242 mode_byte = 0xc4;
6246 mode_byte |= 1;
6248 return mode_byte;
6252 synaptics_set_mode(struct psm_softc *sc, int mode_byte) { argument
6253 mouse_ext_command(sc->kbdc, mode_byte);
6263 sc->hw.model == MOUSE_MODEL_SYNAPTICS && !(mode_byte & (1 << 5))) {