Searched refs:active_h_start (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_overlay_lcdc.c67 int active_h_start; local
186 active_h_start = hsync_start_x + first_pixel_start_x;
187 active_h_end = active_h_start + var->xres - 1;
189 ACTIVE_START_X_EN | (active_h_end << 16) | active_h_start;
H A Dmdp_dma_lcdc.c74 int active_h_start; local
209 active_h_start = hsync_start_x + first_pixel_start_x;
210 active_h_end = active_h_start + var->xres - 1;
212 ACTIVE_START_X_EN | (active_h_end << 16) | active_h_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dw100fb.h452 u32 active_h_start : 10; member in struct:active_h_disp_t
H A Dw100fb.c1312 active_h_disp.f.active_h_start=mode->left_margin;

Completed in 83 milliseconds