Home
last modified time | relevance | path

Searched refs:hactive (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/video/geode/
Ddisplay_gx.c65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
133 hactive = info->var.xres; in gx_set_mode()
134 hblankstart = hactive; in gx_set_mode()
147 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
Ddisplay_gx1.c85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
151 hactive = info->var.xres; in gx1_set_mode()
152 hblankstart = hactive; in gx1_set_mode()
165 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
Dlxfb_ops.c353 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
468 hactive = info->var.xres; in lx_set_mode()
469 hblankstart = hactive; in lx_set_mode()
482 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16)); in lx_set_mode()
/linux-2.6.39/drivers/media/video/
Dbt819.c76 int hactive; member
196 ((timing->hactive >> 8) & 0x03); in bt819_init()
200 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init()
285 ((timing->hactive >> 8) & 0x03)); in bt819_s_std()
289 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
Dtw9910.c227 u16 hactive; member
/linux-2.6.39/drivers/video/
Dfbmon.c1077 u32 hactive; member
1212 timings->hactive); in fb_timings_vfreq()
1213 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1223 timings->hactive); in fb_timings_hfreq()
1224 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1231 timings->hactive); in fb_timings_dclk()
1232 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1306 timings->hactive = var->xres; in fb_get_mode()
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-av-core.c300 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
363 hactive = 720; in cx18_av_std_setup()
422 hactive = 720; in cx18_av_std_setup()
487 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
495 (hactive << 4))); in cx18_av_std_setup()
496 cx18_av_write(cx, 0x472, hactive >> 4); in cx18_av_std_setup()
/linux-2.6.39/drivers/video/intelfb/
Dintelfbhw.c1050 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; in intelfbhw_mode_to_hw() local
1176 hactive = var->xres; in intelfbhw_mode_to_hw()
1177 hsync_start = hactive + var->right_margin; in intelfbhw_mode_to_hw()
1180 hblank_start = hactive; in intelfbhw_mode_to_hw()
1184 hactive, hsync_start, hsync_end, htotal, hblank_start, in intelfbhw_mode_to_hw()
1202 hactive--; in intelfbhw_mode_to_hw()
1203 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1240 *ht = (htotal << HTOTAL_SHIFT) | (hactive << HACTIVE_SHIFT); in intelfbhw_mode_to_hw()
1249 *ss = (hactive << SRC_SIZE_HORIZ_SHIFT) | in intelfbhw_mode_to_hw()
/linux-2.6.39/drivers/media/video/cx25840/
Dcx25840-core.c713 int hblank, hactive, burst, vblank, vactive, sc; in cx25840_std_setup() local
726 hactive = 720; in cx25840_std_setup()
748 hactive = 720; in cx25840_std_setup()
810 hblank, hactive, vblank, vactive, vblank656, in cx25840_std_setup()
818 0xff & (((hblank >> 8) & 0x3) | (hactive << 4))); in cx25840_std_setup()
819 cx25840_write(client, 0x472, hactive >> 4); in cx25840_std_setup()
/linux-2.6.39/drivers/video/vermilion/
Dvermilion.c784 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; in vmlfb_set_par_locked() local
798 hactive = var->xres; in vmlfb_set_par_locked()
801 hsync_start = hactive + var->right_margin; in vmlfb_set_par_locked()
846 VML_WRITE32(par, VML_HTOTAL_A, ((htotal - 1) << 16) | (hactive - 1)); in vmlfb_set_par_locked()
/linux-2.6.39/drivers/gpu/drm/
Ddrm_edid.c811 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed() local
821 if (hactive < 64 || vactive < 64) in drm_mode_detailed()
849 mode->hdisplay = hactive; in drm_mode_detailed()