Lines Matching refs:hmax
1146 u32 hmax;
1159 hmax = max_t(u32, 260, (imx274->crop.width) / 16 + 23);
1168 err = imx274_write_mbreg(imx274, IMX274_HMAX_REG_LSB, hmax, 2);
1384 * frame_length = vmax x (svr + 1), in unit of hmax.
1582 u32 hmax;
1590 err = imx274_read_mbreg(priv, IMX274_HMAX_REG_LSB, &hmax, 2);
1594 if (hmax == 0) {
1600 - priv->mode->nocpiop) / hmax;
1610 (coarse_time * hmax + priv->mode->nocpiop)
1729 u32 hmax;
1764 err = imx274_read_mbreg(priv, IMX274_HMAX_REG_LSB, &hmax, 2);
1769 "%s : register HMAX = %d\n", __func__, hmax);
1771 if (hmax == 0 || frame_interval.denominator == 0) {
1776 frame_length = IMX274_PIXCLK_CONST1 / (svr + 1) / hmax