Home
last modified time | relevance | path

Searched refs:display_h_total (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c725 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local
765 display_h_total = mode->xres + mode->hsync_len + mode->left_margin in sh_mobile_lcdc_geometry()
767 tmp = ((mode->xres & 7) << 24) | ((display_h_total & 7) << 16) in sh_mobile_lcdc_geometry()