graphic_v_disp   1301 drivers/video/fbdev/w100fb.c 	union graphic_v_disp_u graphic_v_disp;
graphic_v_disp   1321 drivers/video/fbdev/w100fb.c 	graphic_v_disp.val = 0;
graphic_v_disp   1322 drivers/video/fbdev/w100fb.c 	graphic_v_disp.f.graphic_v_start=mode->upper_margin;
graphic_v_disp   1323 drivers/video/fbdev/w100fb.c 	graphic_v_disp.f.graphic_v_end=mode->upper_margin + mode->yres;
graphic_v_disp   1324 drivers/video/fbdev/w100fb.c 	writel(graphic_v_disp.val, remapped_regs + mmGRAPHIC_V_DISP);