Lines Matching refs:sc_width
99 u_int sc_width; member
553 if (OF_getprop(sc->sc_node, "width", &sc->sc_width, in machfb_init()
554 sizeof(sc->sc_width)) == -1) in machfb_init()
574 sc->sc_xmargin = (sc->sc_width - (vi->vi_width * vi->vi_cwidth)) / 2; in machfb_init()
757 machfb_fill_rect(adp, border, 0, 0, sc->sc_width, sc->sc_ymargin); in machfb_set_border()
759 sc->sc_width, sc->sc_ymargin); in machfb_set_border()
761 machfb_fill_rect(adp, border, sc->sc_width - sc->sc_xmargin, 0, in machfb_set_border()
889 fb->fb_width = sc->sc_width; in machfb_ioctl()
919 machfb_fill_rect(adp, (SC_NORM_ATTR >> 4) & 0xf, 0, 0, sc->sc_width, in machfb_clear()
1317 sc->sc_width, sc->sc_height, sc->sc_depth); in machfb_pci_attach()
1467 pitch_value = sc->sc_width; in machfb_init_engine()
1551 offset = ((x + y * sc->sc_width) * (sc->sc_depth >> 3)) >> 3;