Searched refs:active_h_end (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.c68 int active_h_end; local
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.c75 int active_h_end; local
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.h454 u32 active_h_end : 10; member in struct:active_h_disp_t
H A Dw100fb.c1313 active_h_disp.f.active_h_end=mode->left_margin + mode->xres;

Completed in 34 milliseconds