Searched refs:h_tot (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/media/max96712/ |
H A D | max96712.c | 170 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 D | max96714.c | 155 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 D | max96717.c | 179 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()
|