hwinc              84 drivers/gpu/drm/tegra/dsi.h #define DSI_TIMING_FIELD(value, period, hwinc) \
hwinc              85 drivers/gpu/drm/tegra/dsi.h 	((DIV_ROUND_CLOSEST(value, period) - (hwinc)) & 0xff)