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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Ddisplay_gx.c56 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
122 hactive = info->var.xres;
123 hblankstart = hactive;
136 writel((hactive - 1) | ((htotal - 1) << 16), par->dc_regs + DC_H_ACTIVE_TIMING);
H A Ddisplay_gx1.c85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; local
149 hactive = info->var.xres;
150 hblankstart = hactive;
163 val = (hactive - 1) | ((htotal - 1) << 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-vbi.c89 int hblank,hactive,burst,vblank,vactive,sc,vblank656,src_decimation; local
102 hactive=0x2d0;
124 hactive=720;
182 v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, "
186 hblank, hactive, vblank, vactive, vblank656,
192 cx25840_write(client, 0x471, 0xff&(((hblank>>8)&0x3)|(hactive <<4)));
193 cx25840_write(client, 0x472, hactive>>4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbt819.c85 int hactive; member in struct:timing
224 hactive >> 8) &
229 init[0x07 * 2 - 1] = timing->hactive & 0xff;
358 ((timing->hactive >> 8) & 0x03) );
362 bt819_write(client, 0x07, timing->hactive & 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c983 u32 hactive; member in struct:__fb_timings
1118 timings->hactive);
1119 timings->htotal = timings->hactive + timings->hblank;
1129 timings->hactive);
1130 timings->htotal = timings->hactive + timings->hblank;
1137 timings->hactive);
1138 timings->htotal = timings->hactive + timings->hblank;
1212 timings->hactive = var->xres;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c982 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; local
1115 hactive = var->xres;
1116 hsync_start = hactive + var->right_margin;
1119 hblank_start = hactive;
1123 hactive, hsync_start, hsync_end, htotal, hblank_start,
1139 hactive--;
1140 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive"))
1177 *ht = (htotal << HTOTAL_SHIFT) | (hactive << HACTIVE_SHIFT);
1186 *ss = (hactive << SRC_SIZE_HORIZ_SHIF
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/vermilion/
H A Dvermilion.c789 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; local
804 hactive = var->xres;
807 hsync_start = hactive + var->right_margin;
852 VML_WRITE32(par, VML_HTOTAL_A, ((htotal - 1) << 16) | (hactive - 1));

Completed in 66 milliseconds