Lines Matching defs:hdisplay
519 default_mode.hdisplay = width;
625 ((m)->hdisplay <= 1280))
642 "(%d x %d)\n", m->hdisplay, m->vdisplay);
676 default_mode.hdisplay = width;
693 if ((width == sc->sc_my_mode->hdisplay) &&
698 sc->virt_x = sc->sc_my_mode->hdisplay;
714 sc->sc_my_mode->hdisplay, sc->sc_my_mode->vdisplay,
829 ri->ri_width = sc->sc_my_mode->hdisplay;
846 sc->sc_my_mode->hdisplay / ri->ri_font->fontwidth);
932 int htotal, hdisplay, hsync_start, hsync_end;
939 hdisplay = regr(sc, CRTC_H_TOTAL_DISP);
950 htotal = ((hdisplay & 0x01ff) + 1) << 3;
951 hdisplay = (((hdisplay & 0x1ff0000) >> 16) + 1) << 3;
991 hdisplay, vdisplay, vrefresh, vrefresh2, dot_clock,
998 mode->hdisplay = hdisplay;
1072 crtc->h_total_disp = (((mode->hdisplay >> 3) - 1) << 16) |