Home
last modified time | relevance | path

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

/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
293 vsync_ctrl = 0x01330133; in path_set_mode()
295 vsync_ctrl = ((mode->xres + mode->right_margin) << 16) in path_set_mode()
297 writel_relaxed(vsync_ctrl, (void __iomem *)&regs->vsync_ctrl); in path_set_mode()
H A Dmmp_ctrl.h120 u32 vsync_ctrl; /* VSYNC PulsePixel Edge Control */ member