display_h_total   732 drivers/video/fbdev/sh_mobile_lcdcfb.c 	unsigned long h_total, hsync_pos, display_h_total;
display_h_total   772 drivers/video/fbdev/sh_mobile_lcdcfb.c 	display_h_total = mode->xres + mode->hsync_len + mode->left_margin
display_h_total   774 drivers/video/fbdev/sh_mobile_lcdcfb.c 	tmp = ((mode->xres & 7) << 24) | ((display_h_total & 7) << 16)