Lines Matching defs:hfp
279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw;
316 hfp = mode->hsync_start - mode->hdisplay;
322 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u",
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw);
331 * subtract one from hfp, hbp, hsw because the hardware uses
337 reg |= ((hfp-1) & 0x300) >> 8;
345 (((hfp-1) & 0xff) << 16) |
776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw;
797 hfp = mode->hsync_start - mode->hdisplay;
808 if ((hfp-1) & ~0x3ff) {