Searched refs:hsw (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_overo.c79 .hsw = 32,
92 .hsw = 32,
105 .hsw = 32,
118 .hsw = 32,
132 .hsw = 32,
H A Dlcd_apollon.c67 .hsw = 2,
76 .hsw = 41,
H A Dlcd_h3.c80 .hsw = 12,
H A Dlcd_h4.c59 .hsw = 15,
H A Dlcd_htcherald.c71 .hsw = 10,
H A Dlcd_inn1510.c64 .hsw = 40,
H A Dlcd_inn1610.c88 .hsw = 40,
H A Dlcd_omap3beagle.c72 .hsw = 3, /* hsync_len (4) - 1 */
H A Dlcd_osk.c83 .hsw = 40,
H A Dlcd_palmte.c64 .hsw = 4,
H A Dlcd_palmtt.c69 .hsw = 4,
H A Dlcd_palmz71.c64 .hsw = 4,
H A Dlcd_2430sdp.c143 .hsw = 3, /* hsync_len (4) - 1 */
H A Dlcd_ams_delta.c140 .hsw = 3,
H A Dlcd_ldp.c142 .hsw = 3, /* hsync_len (4) - 1 */
H A Dlcd_omap2evm.c129 .hsw = 3,
H A Dlcd_omap3evm.c130 .hsw = 3, /* hsync_len (4) - 1 */
H A Domapfb.h58 int hsw; /* Horizontal synchronization member in struct:lcd_panel
H A Dhwa742.c795 int hsw, vsw; local
801 hsw = hwa742_read_reg(HWA742_HS_W_REG);
803 hs_pol_inv = !(hsw & 0x80);
805 hsw = hsw & 0x7f;
861 hs = hsw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-sharp-lq043t1dg01.c33 .hsw = 42,
H A Dpanel-toppoly-tdo35s.c37 .hsw = 8,
H A Dpanel-generic.c31 .hsw = 32,
H A Dpanel-sharp-ls037v7dw01.c40 .hsw = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcarminefb.c61 u32 hsw; member in struct:carmine_resolution
104 .hsw = 96,
116 .hsw = 72,
369 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; local
379 hsw = par->res->hsw - 1;
390 (hsw << CARMINE_DISP_HSW_SHIFT) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c2109 static bool _dispc_lcd_timings_ok(int hsw, int hfp, int hbp, argument
2113 if (hsw < 1 || hsw > 64 ||
2121 if (hsw < 1 || hsw > 256 ||
2135 return _dispc_lcd_timings_ok(timings->hsw, timings->hfp,
2140 static void _dispc_set_lcd_timings(int hsw, int hfp, int hbp, argument
2146 timing_h = FLD_VAL(hsw-1, 5, 0) | FLD_VAL(hfp-1, 15, 8) |
2152 timing_h = FLD_VAL(hsw-1, 7, 0) | FLD_VAL(hfp-1, 19, 8) |
2171 if (!_dispc_lcd_timings_ok(timings->hsw, timing
[all...]

Completed in 124 milliseconds

12