Home
last modified time | relevance | path

Searched refs:h_tot (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/media/max96712/
H A Dmax96712.c170 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable() local
188 max96712_write_bulk_value(priv, 0x1055, v_sw * h_tot, 3); in max96712_pattern_enable()
190 (v_active + v_fp + + v_bp) * h_tot, 3); in max96712_pattern_enable()
196 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable()
/linux/drivers/media/i2c/
H A Dmax96714.c155 u32 h_tot; in max96714_apply_patgen_timing() local
163 h_tot = h_active + h_fp + h_sw + h_bp; in max96714_apply_patgen_timing()
174 cci_write(priv->regmap, MAX96714_PATGEN_VS_HIGH, v_sw * h_tot, &ret); in max96714_apply_patgen_timing()
176 (v_active + v_fp + v_bp) * h_tot, &ret); in max96714_apply_patgen_timing()
181 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96714_apply_patgen_timing()
H A Dmax96717.c179 u32 h_tot; in max96717_apply_patgen_timing() local
187 h_tot = h_active + h_fp + h_sw + h_bp; in max96717_apply_patgen_timing()
198 cci_write(priv->regmap, MAX96717_VTX_VS_HIGH, v_sw * h_tot, &ret); in max96717_apply_patgen_timing()
200 (v_active + v_fp + v_bp) * h_tot, &ret); in max96717_apply_patgen_timing()
205 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96717_apply_patgen_timing()