Lines Matching refs:hsw
280 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw;
318 hsw = mode->hsync_end - mode->hsync_start;
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
340 reg |= ((hsw-1) & 0x3c0) << 21;
347 (((hsw-1) & 0x3f) << 10);
756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw;
778 hsw = mode->hsync_end - mode->hsync_start;
793 if ((hsw-1) & ~0x3ff) {