Searched refs:hactive (Results 1 - 12 of 12) sorted by relevance

/drivers/video/geode/
H A Ddisplay_gx.c65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
133 hactive = info->var.xres;
134 hblankstart = hactive;
147 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) |
H A Ddisplay_gx1.c85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
151 hactive = info->var.xres;
152 hblankstart = hactive;
165 val = (hactive - 1) | ((htotal - 1) << 16);
H A Dlxfb_ops.c353 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
468 hactive = info->var.xres;
469 hblankstart = hactive;
482 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16));
/drivers/media/video/
H A Dbt819.c76 int hactive; member in struct:timing
196 ((timing->hactive >> 8) & 0x03);
200 init[0x07 * 2 - 1] = timing->hactive & 0xff;
285 ((timing->hactive >> 8) & 0x03));
289 bt819_write(decoder, 0x07, timing->hactive & 0xff);
/drivers/video/
H A Dfbmon.c1086 u32 hactive; member in struct:__fb_timings
1221 timings->hactive);
1222 timings->htotal = timings->hactive + timings->hblank;
1232 timings->hactive);
1233 timings->htotal = timings->hactive + timings->hblank;
1240 timings->hactive);
1241 timings->htotal = timings->hactive + timings->hblank;
1315 timings->hactive = var->xres;
/drivers/media/video/cx18/
H A Dcx18-av-core.c300 int hblank, hactive, burst, vblank, vactive, sc; local
363 hactive = 720;
422 hactive = 720;
483 CX18_DEBUG_INFO_DEV(sd, "hblank %i, hactive %i, vblank %i, "
487 hblank, hactive, vblank, vactive, vblank656,
495 (hactive << 4)));
496 cx18_av_write(cx, 0x472, hactive >> 4);
/drivers/video/vermilion/
H A Dvermilion.c784 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; local
798 hactive = var->xres;
801 hsync_start = hactive + var->right_margin;
846 VML_WRITE32(par, VML_HTOTAL_A, ((htotal - 1) << 16) | (hactive - 1));
/drivers/video/intelfb/
H A Dintelfbhw.c1050 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; local
1176 hactive = var->xres;
1177 hsync_start = hactive + var->right_margin;
1180 hblank_start = hactive;
1184 hactive, hsync_start, hsync_end, htotal, hblank_start,
1202 hactive--;
1203 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive"))
1240 *ht = (htotal << HTOTAL_SHIFT) | (hactive << HACTIVE_SHIFT);
1249 *ss = (hactive << SRC_SIZE_HORIZ_SHIF
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv50_crtc.c637 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; local
654 hactive = mode->htotal;
680 OUT_RING (evo, (vactive << 16) | hactive);
H A Dnvd0_display.c643 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; local
649 hactive = mode->htotal;
676 evo_data(push, (vactive << 16) | hactive);
/drivers/gpu/drm/
H A Ddrm_edid.c828 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local
838 if (hactive < 64 || vactive < 64)
866 mode->hdisplay = hactive;
/drivers/media/video/cx25840/
H A Dcx25840-core.c775 int hblank, hactive, burst, vblank, vactive, sc; local
788 hactive = 720;
810 hactive = 720;
868 v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, "
872 hblank, hactive, vblank, vactive, vblank656,
880 0xff & (((hblank >> 8) & 0x3) | (hactive << 4)));
881 cx25840_write(client, 0x472, hactive >> 4);

Completed in 738 milliseconds