Home
last modified time | relevance | path

Searched refs:RI_CLEAR (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/sys/dev/rasops/
Drasops.h56 #define RI_CLEAR 0x0010 /* clear display on startup */ macro
Drasops.c310 if ((ri->ri_flg & RI_CLEAR) != 0) {
/mirbsd/src/sys/arch/sparc/dev/
Dcgeight.c195 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in cgeightattach()
Dcgfour.c196 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in cgfourattach()
Dbwtwo.c278 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in bwtwoattach()
Dcgthree.c267 (sc->sc_sunfb.sf_width >= 1024) ? 0 : RI_CLEAR); in cgthreeattach()
Dmgx.c185 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in mgxattach()
Dtvtwo.c276 isconsole && (width >= 1024) ? RI_CLEARMARGINS : RI_CLEAR); in tvtwoattach()
Dagten.c207 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in agtenattach()
Dcgtwelve.c197 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in cgtwelveattach()
Dcgtwo.c219 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in cgtwoattach()
Dtcx.c229 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in tcxattach()
Drfx.c277 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in rfxattach()
Dvigra.c303 && sc->sc_sunfb.sf_width != 1280) ? 0 : RI_CLEAR); in vigraattach()
Dcgfourteen.c323 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in cgfourteenattach()
Dp9000.c257 isconsole && (sc->sc_sunfb.sf_width >= 1024) ? 0 : RI_CLEAR); in p9000attach()
Dcgsix.c293 (sc->sc_sunfb.sf_width >= 1024) ? 0 : RI_CLEAR); in cgsixattach()
Dzx.c257 fbwscons_init(&sc->sc_sunfb, isconsole ? 0 : RI_CLEAR); in zx_attach()
Dp9100.c398 fbwscons_init(&sc->sc_sunfb, clear ? RI_CLEAR : 0); in p9100attach()
/mirbsd/src/sys/dev/sbus/
Dbwtwo.c215 fbwscons_init(&sc->sc_sunfb, console ? 0 : RI_CLEAR);
Dcgthree.c289 (sc->sc_sunfb.sf_width >= 1024) ? 0 : RI_CLEAR); in cgthreeattach()
Dcgsix.c224 fbwscons_init(&sc->sc_sunfb, console ? 0 : RI_CLEAR); in cgsixattach()