Home
last modified time | relevance | path

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

/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.c345 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
460 hactive = info->var.xres; in lx_set_mode()
461 hblankstart = hactive; in lx_set_mode()
474 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16)); in lx_set_mode()
/drivers/media/video/
Dbt819.c67 int hactive; member
187 ((timing->hactive >> 8) & 0x03); in bt819_init()
191 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init()
309 ((timing->hactive >> 8) & 0x03) ); in bt819_command()
313 bt819_write(client, 0x07, timing->hactive & 0xff); in bt819_command()
Dtw9910.c217 u16 hactive; member
348 .hactive = 0x02D0,
390 (cropping->hactive & 0x0300) >> 8); in tw9910_set_cropping()
410 cropping->hactive & 0x00FF); in tw9910_set_cropping()
/drivers/media/video/cx18/
Dcx18-av-core.c204 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
217 hactive = 720; in cx18_av_std_setup()
239 hactive = 720; in cx18_av_std_setup()
293 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
300 (hactive << 4))); in cx18_av_std_setup()
301 cx18_av_write(cx, 0x472, hactive >> 4); in cx18_av_std_setup()
/drivers/video/
Dfbmon.c992 u32 hactive; member
1127 timings->hactive); in fb_timings_vfreq()
1128 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1138 timings->hactive); in fb_timings_hfreq()
1139 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1146 timings->hactive); in fb_timings_dclk()
1147 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1221 timings->hactive = var->xres; in fb_get_mode()
/drivers/media/video/cx25840/
Dcx25840-core.c355 int hblank, hactive, burst, vblank, vactive, sc; in cx25840_std_setup() local
368 hactive = 720; in cx25840_std_setup()
390 hactive = 720; in cx25840_std_setup()
451 hblank, hactive, vblank, vactive, vblank656, in cx25840_std_setup()
458 0xff & (((hblank >> 8) & 0x3) | (hactive << 4))); in cx25840_std_setup()
459 cx25840_write(client, 0x472, hactive >> 4); in cx25840_std_setup()
/drivers/video/intelfb/
Dintelfbhw.c1020 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; in intelfbhw_mode_to_hw() local
1152 hactive = var->xres; in intelfbhw_mode_to_hw()
1153 hsync_start = hactive + var->right_margin; in intelfbhw_mode_to_hw()
1156 hblank_start = hactive; in intelfbhw_mode_to_hw()
1160 hactive, hsync_start, hsync_end, htotal, hblank_start, in intelfbhw_mode_to_hw()
1178 hactive--; in intelfbhw_mode_to_hw()
1179 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1216 *ht = (htotal << HTOTAL_SHIFT) | (hactive << HACTIVE_SHIFT); in intelfbhw_mode_to_hw()
1225 *ss = (hactive << SRC_SIZE_HORIZ_SHIFT) | in intelfbhw_mode_to_hw()
/drivers/video/vermilion/
Dvermilion.c783 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; in vmlfb_set_par_locked() local
797 hactive = var->xres; in vmlfb_set_par_locked()
800 hsync_start = hactive + var->right_margin; in vmlfb_set_par_locked()
845 VML_WRITE32(par, VML_HTOTAL_A, ((htotal - 1) << 16) | (hactive - 1)); in vmlfb_set_par_locked()