Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c732 unsigned long h_total, hsync_pos, display_h_total; in sh_mobile_lcdc_geometry() local
772 display_h_total = mode->xres + mode->hsync_len + mode->left_margin in sh_mobile_lcdc_geometry()
774 tmp = ((mode->xres & 7) << 24) | ((display_h_total & 7) << 16) in sh_mobile_lcdc_geometry()