Home
last modified time | relevance | path

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

/linux/drivers/staging/media/max96712/
H A Dmax96712.c176 const u32 v_tot = v_active + v_fp + v_sw + v_bp; in max96712_pattern_enable() local
194 max96712_write_bulk_value(priv, 0x1062, v_tot, 2); in max96712_pattern_enable()
/linux/drivers/media/i2c/
H A Dmax96714.c160 u32 v_tot; in max96714_apply_patgen_timing() local
164 v_tot = v_active + v_fp + v_sw + v_bp; in max96714_apply_patgen_timing()
182 cci_write(priv->regmap, MAX96714_PATGEN_HS_CNT, v_tot, &ret); in max96714_apply_patgen_timing()
H A Dmax96717.c184 u32 v_tot; in max96717_apply_patgen_timing() local
188 v_tot = v_active + v_fp + v_sw + v_bp; in max96717_apply_patgen_timing()
206 cci_write(priv->regmap, MAX96717_VTX_HS_CNT, v_tot, &ret); in max96717_apply_patgen_timing()