Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsdisplay.c409 sc->sc_scr[idx] = scr; in wsdisplay_addscreen()
439 scr = sc->sc_scr[sd->idx]; in wsdisplay_getscreen()
511 sc->sc_scr[idx] = NULL; in wsdisplay_delscreen()
1709 scr = sc->sc_scr[no]; in wsdisplay_switch3()
1739 scr = sc->sc_scr[no]; in wsdisplay_switch3()
1769 scr = sc->sc_scr[no]; in wsdisplay_switch2()
1837 scr = sc->sc_scr[no]; in wsdisplay_switch1()
2008 if (!sc->sc_scr[idx]) in wsdisplay_screenstate()
2036 scr = sc->sc_scr[no]; in wsscreen_switchwait()
2247 scr = sc->sc_scr[active]; in wsdisplay_suspend_device()
[all …]
/openbsd/sys/dev/ic/
H A Doosiop.c359 dcmd = letoh32(sc->sc_scr[addr / 4 + 0]); in oosiop_relocate_io()
360 dsps = letoh32(sc->sc_scr[addr / 4 + 1]); in oosiop_relocate_io()
386 dcmd = letoh32(sc->sc_scr[addr / 4 + 0]); in oosiop_relocate_tc()
387 dsps = letoh32(sc->sc_scr[addr / 4 + 1]); in oosiop_relocate_tc()
392 sc->sc_scr[addr / 4] = htole32(dcmd); in oosiop_relocate_tc()
412 dcmd = letoh32(sc->sc_scr[addr / 4]); in oosiop_fixup_select()
415 sc->sc_scr[addr / 4] = htole32(dcmd); in oosiop_fixup_select()
422 sc->sc_scr[addr / 4 + 1] = htole32(dst); in oosiop_fixup_jump()
431 dcmd = letoh32(sc->sc_scr[addr / 4]); in oosiop_fixup_move()
434 sc->sc_scr[addr / 4 + 0] = htole32(dcmd); in oosiop_fixup_move()
[all …]
H A Dstivar.h126 struct sti_screen *sc_scr; member
H A Doosiopvar.h122 u_int32_t *sc_scr; /* ptr to script memory */ member
H A Dsti.c181 sc->sc_scr = sti_attach_screen(sc, in sti_attach_common()
183 if (sc->sc_scr == NULL) in sti_attach_common()
800 if (sc->sc_scr != NULL) in sti_describe()
801 sti_describe_screen(sc, sc->sc_scr); in sti_describe()
814 if (sc->sc_scr != NULL) in sti_end_attach()
815 sti_end_attach_screen(sc, sc->sc_scr, in sti_end_attach()
/openbsd/sys/dev/pcmcia/
H A Dcfxga.c84 LIST_HEAD(, cfxga_screen) sc_scr;
341 LIST_INIT(&sc->sc_scr); in cfxga_attach()
534 LIST_INSERT_HEAD(&sc->sc_scr, scr, scr_link); in cfxga_alloc_screen()