Home
last modified time | relevance | path

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

/linux/drivers/staging/media/max96712/
H A Dmax96712.c168 const u32 h_sw = 44; in max96712_pattern_enable() local
170 const u32 h_tot = h_active + h_fp + h_sw + h_bp; in max96712_pattern_enable()
192 max96712_write_bulk_value(priv, 0x105e, h_sw, 2); in max96712_pattern_enable()
196 h_tot * (v_sw + v_bp) + (h_sw + h_bp), 3); in max96712_pattern_enable()
198 max96712_write_bulk_value(priv, 0x1069, h_fp + h_sw + h_bp, 2); in max96712_pattern_enable()
/linux/drivers/media/i2c/
H A Dmax96714.c153 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 Dmax96717.c177 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()