Searched refs:v_sw (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/staging/media/max96712/ |
| H A D | max96712.c | 168 const u32 v_sw = 5; in max96712_pattern_enable() local 170 const u32 v_tot = v_active + v_fp + v_sw + v_bp; in max96712_pattern_enable() 183 max96712_write_bulk_value(priv, 0x1055, v_sw * h_tot, 3); in max96712_pattern_enable() 191 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | max96714.c | 158 const u32 v_sw = 5; in max96714_apply_patgen_timing() local 164 v_tot = v_active + v_fp + v_sw + v_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() 181 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96714_apply_patgen_timing()
|
| H A D | max96717.c | 182 const u32 v_sw = 5; in max96717_apply_patgen_timing() local 188 v_tot = v_active + v_fp + v_sw + v_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() 205 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96717_apply_patgen_timing()
|