blank_e           127 drivers/video/fbdev/i810/i810_gtf.c 	int n, blank_s, blank_e;
blank_e           142 drivers/video/fbdev/i810/i810_gtf.c 	blank_e = (xres + var->right_margin + var->hsync_len + 
blank_e           144 drivers/video/fbdev/i810/i810_gtf.c 	blank_e--;
blank_e           145 drivers/video/fbdev/i810/i810_gtf.c 	blank_s = blank_e - 127;
blank_e           149 drivers/video/fbdev/i810/i810_gtf.c 	par->regs.cr03 = (u8) (blank_e & 0x1F);
blank_e           150 drivers/video/fbdev/i810/i810_gtf.c 	par->regs.cr05 = (u8) ((blank_e & (1 << 5)) << 2);
blank_e           151 drivers/video/fbdev/i810/i810_gtf.c 	par->regs.cr39 = (u8) ((blank_e >> 6) & 1);
blank_e           178 drivers/video/fbdev/i810/i810_gtf.c 	blank_e = yres + var->lower_margin + var->vsync_len + 
blank_e           180 drivers/video/fbdev/i810/i810_gtf.c 	blank_e--;
blank_e           181 drivers/video/fbdev/i810/i810_gtf.c 	blank_s = blank_e - 127;
blank_e           186 drivers/video/fbdev/i810/i810_gtf.c 	par->regs.cr16 = (u8) (blank_e & 0xFF);