Home
last modified time | relevance | path

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

/src/sys/dev/atkbdc/
H A Dpsm.c693 static void synaptics_set_mode(struct psm_softc *sc, int mode_byte);
6284 int mode_byte; local
6304 mode_byte = 0xc4;
6308 mode_byte |= 1;
6310 return mode_byte;
6314 synaptics_set_mode(struct psm_softc *sc, int mode_byte) { argument
6315 mouse_ext_command(sc->kbdc, mode_byte);
6325 sc->hw.model == MOUSE_MODEL_SYNAPTICS && !(mode_byte & (1 << 5))) {