crtc_total       1302 drivers/video/fbdev/w100fb.c 	union crtc_total_u crtc_total;
crtc_total       1326 drivers/video/fbdev/w100fb.c 	crtc_total.val = 0;
crtc_total       1327 drivers/video/fbdev/w100fb.c 	crtc_total.f.crtc_h_total=mode->left_margin  + mode->xres + mode->right_margin;
crtc_total       1328 drivers/video/fbdev/w100fb.c 	crtc_total.f.crtc_v_total=mode->upper_margin + mode->yres + mode->lower_margin;
crtc_total       1329 drivers/video/fbdev/w100fb.c 	writel(crtc_total.val, remapped_regs + mmCRTC_TOTAL);