Searched refs:h_sw (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/staging/media/max96712/ |
| H A D | max96712.c | 162 const u32 h_sw = 44; in max96712_pattern_enable() local 164 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable() 187 max96712_write_bulk_value(priv, 0x105e, h_sw, 2); in max96712_pattern_enable() 191 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable() 193 max96712_write_bulk_value(priv, 0x1069, h_fp + h_sw + h_bp, 2); in max96712_pattern_enable()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | max96714.c | 153 const u32 h_sw = 44; in max96714_apply_patgen_timing() local 163 h_tot = h_active + h_fp + h_sw + h_bp; in max96714_apply_patgen_timing() 177 cci_write(priv->regmap, MAX96714_PATGEN_HS_HIGH, h_sw, &ret); in max96714_apply_patgen_timing() 181 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96714_apply_patgen_timing() 184 cci_write(priv->regmap, MAX96714_PATGEN_DE_LOW, h_fp + h_sw + h_bp, in max96714_apply_patgen_timing()
|
| H A D | max96717.c | 177 const u32 h_sw = 44; in max96717_apply_patgen_timing() local 187 h_tot = h_active + h_fp + h_sw + h_bp; in max96717_apply_patgen_timing() 201 cci_write(priv->regmap, MAX96717_VTX_HS_HIGH, h_sw, &ret); in max96717_apply_patgen_timing() 205 h_tot * (v_sw + v_bp) + (h_sw + h_bp), &ret); in max96717_apply_patgen_timing() 208 cci_write(priv->regmap, MAX96717_VTX_DE_LOW, h_fp + h_sw + h_bp, in max96717_apply_patgen_timing()
|