Home | History | Annotate | Download | only in sbus

Lines Matching defs:sc_p9100_regh

102 	bus_space_handle_t 	sc_p9100_regh;
192 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh,
199 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh,
201 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh,
282 0x8000, 0, &sc->sc_p9100_regh) != 0) {
677 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, FOREGROUND_COLOR,
679 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, BACKGROUND_COLOR,
681 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, RASTER_OP, ROP_PAT);
682 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, COORD_INDEX, 0);
683 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, RECT_RTW_XY, src);
684 bus_space_write_4(sc->sc_bustag, sc->sc_p9100_regh, RECT_RTW_XY, srcw);
685 (void)bus_space_read_4(sc->sc_bustag, sc->sc_p9100_regh, COMMAND_QUAD);