Lines Matching refs:hmax
1281 u32 hmax;
1294 hmax = max_t(u32, 260, (imx274->crop.width) / 16 + 23);
1303 err = imx274_write_mbreg(imx274, IMX274_HMAX_REG_LSB, hmax, 2);
1503 * frame_length = vmax x (svr + 1), in unit of hmax.
1701 u32 hmax;
1709 err = imx274_read_mbreg(priv, IMX274_HMAX_REG_LSB, &hmax, 2);
1713 if (hmax == 0) {
1719 - priv->mode->nocpiop) / hmax;
1729 (coarse_time * hmax + priv->mode->nocpiop)
1848 u32 hmax;
1883 err = imx274_read_mbreg(priv, IMX274_HMAX_REG_LSB, &hmax, 2);
1888 "%s : register HMAX = %d\n", __func__, hmax);
1890 if (hmax == 0 || frame_interval.denominator == 0) {
1895 frame_length = IMX274_PIXCLK_CONST1 / (svr + 1) / hmax