Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dsticore.h91 s16 total_y; /* frame buffer height in pixels */ member
170 s16 total_y; /* frame buffer height 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
286 total_y = mode->yres + mode->upper_margin + mode->lower_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()