h_display_end     126 drivers/video/fbdev/acornfb.c 	vidc.h_display_end	= vidc.h_display_start + var->xres;
h_display_end     127 drivers/video/fbdev/acornfb.c 	vidc.h_border_end	= vidc.h_display_end + 18 - 12;
h_display_end     168 drivers/video/fbdev/acornfb.c 		vidc_writel(0x84000000 | vidc.h_display_end);
h_display_end     230 drivers/video/fbdev/acornfb.c 	printk(KERN_DEBUG " H-display-end    : %d\n", vidc.h_display_end);
h_display_end      62 drivers/video/fbdev/acornfb.h 	u_int	h_display_end;