active_h_disp    1298 drivers/video/fbdev/w100fb.c 	union active_h_disp_u active_h_disp;
active_h_disp    1306 drivers/video/fbdev/w100fb.c 	active_h_disp.val = 0;
active_h_disp    1307 drivers/video/fbdev/w100fb.c 	active_h_disp.f.active_h_start=mode->left_margin;
active_h_disp    1308 drivers/video/fbdev/w100fb.c 	active_h_disp.f.active_h_end=mode->left_margin + mode->xres;
active_h_disp    1309 drivers/video/fbdev/w100fb.c 	writel(active_h_disp.val, remapped_regs + mmACTIVE_H_DISP);