Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsh7760fb.c203 unsigned short hsynp, hsynw, htcn, hdcn; in sh7760fb_set_par() local
218 hsynw = vm->hsync_len; in sh7760fb_set_par()
219 htcn = vm->left_margin + hsynp + hsynw; in sh7760fb_set_par()
265 iowrite16(((hsynp >> 3) - 1) | (((hsynw >> 3) - 1) << 12), in sh7760fb_set_par()
332 fb_dbg(info, "hsynw : %6d hsynp : %6d\n", hsynw, hsynp); in sh7760fb_set_par()