Lines Matching defs:sc_dc
56 struct newport_devconfig *sc_dc;
613 sc->sc_dc = &newport_console_dc;
616 sc->sc_dc = kmem_zalloc(sizeof(struct newport_devconfig),
619 newport_attach_common(sc->sc_dc, ga);
625 sc->sc_dc->dc_boardrev, sc->sc_dc->dc_cmaprev,
626 sc->sc_dc->dc_xmaprev, sc->sc_dc->dc_vc2rev, sc->sc_dc->dc_depth);
627 vcons_init(&sc->sc_dc->dc_vd, sc->sc_dc, sc->sc_dc->dc_screen,
629 sc->sc_dc->dc_vd.init_screen = newport_init_screen;
632 vcons_init_screen(&sc->sc_dc->dc_vd, &newport_console_screen,
634 sc->sc_dc->dc_screen->textops =
640 wa.accesscookie = &sc->sc_dc->dc_vd;