Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dsticore.h90 s16 total_x; /* frame buffer width in pixels */ member
169 s16 total_x; /* frame buffer width in pixels */ member
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c255 u32 total_x, total_y, vsync_ctrl, tmp, sclk_src, sclk_div, in path_set_mode() local
284 total_x = mode->xres + mode->left_margin + mode->right_margin + in path_set_mode()
288 writel_relaxed((total_y << 16) | total_x, in path_set_mode()
/openbmc/linux/drivers/video/
H A Dsticore.c416 glob_cfg->total_x, glob_cfg->total_y); in sti_dump_globcfg()
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()