Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sbus/
Dtcx.c100 int sc_hotspot_x, sc_hotspot_y; member
226 sc->sc_hotspot_y = 0; in tcxattach()
1127 sc->sc_hotspot_y = cur->hot.y; in tcx_do_cursor()
1196 ((sc->sc_cursor_y - sc->sc_hotspot_y) & 0xffff); in tcx_set_cursor()
Dmgx.c88 int sc_hotspot_x, sc_hotspot_y; member
328 sc->sc_hotspot_y = 0; in mgx_attach()
1212 sc->sc_hotspot_y = cur->hot.y; in mgx_do_cursor()
1283 hot = (sc->sc_hotspot_y << 8) | (sc->sc_hotspot_x & 0xff); in mgx_set_cursor()