Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/atkbdc/
H A Dpsm.c679 static void synaptics_set_mode(struct psm_softc *sc, int mode_byte);
6233 int mode_byte; local
6253 mode_byte = 0xc4;
6257 mode_byte |= 1;
6259 return mode_byte;
6263 synaptics_set_mode(struct psm_softc *sc, int mode_byte) { argument
6264 mouse_ext_command(sc->kbdc, mode_byte);
6274 sc->hw.model == MOUSE_MODEL_SYNAPTICS && !(mode_byte & (1 << 5))) {