Lines Matching defs:hfp
280 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw;
317 hfp = mode->hsync_start - mode->hdisplay;
323 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
324 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
332 * subtract one from hfp, hbp, hsw because the hardware uses
338 reg |= ((hfp-1) & 0x300) >> 8;
346 (((hfp-1) & 0xff) << 16) |
756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw;
777 hfp = mode->hsync_start - mode->hdisplay;
788 if ((hfp-1) & ~0x3ff) {