dsi_hact 4280 drivers/gpu/drm/omapdrm/dss/dsi.c int dsi_hact, dsi_htot; dsi_hact 4284 drivers/gpu/drm/omapdrm/dss/dsi.c dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); dsi_hact 4285 drivers/gpu/drm/omapdrm/dss/dsi.c dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; dsi_hact 4399 drivers/gpu/drm/omapdrm/dss/dsi.c int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ dsi_hact 4422 drivers/gpu/drm/omapdrm/dss/dsi.c dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); dsi_hact 4461 drivers/gpu/drm/omapdrm/dss/dsi.c if (dsi_htot < hss + hse + dsi_hact) dsi_hact 4465 drivers/gpu/drm/omapdrm/dss/dsi.c dsi_hbl = dsi_htot - dsi_hact; dsi_hact 4384 drivers/video/fbdev/omap2/omapfb/dss/dsi.c int dsi_hact, dsi_htot; dsi_hact 4388 drivers/video/fbdev/omap2/omapfb/dss/dsi.c dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); dsi_hact 4389 drivers/video/fbdev/omap2/omapfb/dss/dsi.c dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; dsi_hact 4501 drivers/video/fbdev/omap2/omapfb/dss/dsi.c int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ dsi_hact 4523 drivers/video/fbdev/omap2/omapfb/dss/dsi.c dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); dsi_hact 4562 drivers/video/fbdev/omap2/omapfb/dss/dsi.c if (dsi_htot < hss + hse + dsi_hact) dsi_hact 4566 drivers/video/fbdev/omap2/omapfb/dss/dsi.c dsi_hbl = dsi_htot - dsi_hact;