HomeSort by: relevance | last modified time | path
    Searched defs:sc_hotspot_y (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
328 sc->sc_hotspot_y = 0;
1212 sc->sc_hotspot_y = cur->hot.y;
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
226 sc->sc_hotspot_y = 0;
1127 sc->sc_hotspot_y = cur->hot.y;
1196 ((sc->sc_cursor_y - sc->sc_hotspot_y) & 0xffff);

Completed in 35 milliseconds