Lines Matching defs:hbp
280 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw;
316 hbp = mode->htotal - mode->hsync_end;
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
339 reg |= ((hbp-1) & 0x300) >> 4;
345 (((hbp-1) & 0xff) << 24) |
756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw;
776 hbp = mode->htotal - mode->hsync_end;
783 if ((hbp-1) & ~0x3ff) {