HomeSort by: relevance | last modified time | path
    Searched defs:sc_hotspot_x (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
mgx.c 88 int sc_hotspot_x, sc_hotspot_y; member in struct:mgx_softc
327 sc->sc_hotspot_x = 0;
1211 sc->sc_hotspot_x = cur->hot.x;
1283 hot = (sc->sc_hotspot_y << 8) | (sc->sc_hotspot_x & 0xff);
tcx.c 100 int sc_hotspot_x, sc_hotspot_y; member in struct:tcx_softc
225 sc->sc_hotspot_x = 0;
1126 sc->sc_hotspot_x = cur->hot.x;
1195 reg = (sc->sc_cursor_x - sc->sc_hotspot_x) << 16 |

Completed in 13 milliseconds