Lines Matching refs:cci_write

390 	cci_write(sensor->regmap, OV2680_REG_SENSOR_CTRL_0A,  in ov2680_set_mode()
392 cci_write(sensor->regmap, OV2680_REG_HORIZONTAL_START, in ov2680_set_mode()
394 cci_write(sensor->regmap, OV2680_REG_VERTICAL_START, in ov2680_set_mode()
396 cci_write(sensor->regmap, OV2680_REG_HORIZONTAL_END, in ov2680_set_mode()
398 cci_write(sensor->regmap, OV2680_REG_VERTICAL_END, in ov2680_set_mode()
400 cci_write(sensor->regmap, OV2680_REG_HORIZONTAL_OUTPUT_SIZE, in ov2680_set_mode()
402 cci_write(sensor->regmap, OV2680_REG_VERTICAL_OUTPUT_SIZE, in ov2680_set_mode()
404 cci_write(sensor->regmap, OV2680_REG_TIMING_HTS, in ov2680_set_mode()
406 cci_write(sensor->regmap, OV2680_REG_TIMING_VTS, in ov2680_set_mode()
408 cci_write(sensor->regmap, OV2680_REG_ISP_X_WIN, 0, &ret); in ov2680_set_mode()
409 cci_write(sensor->regmap, OV2680_REG_ISP_Y_WIN, 0, &ret); in ov2680_set_mode()
410 cci_write(sensor->regmap, OV2680_REG_X_INC, inc, &ret); in ov2680_set_mode()
411 cci_write(sensor->regmap, OV2680_REG_Y_INC, inc, &ret); in ov2680_set_mode()
412 cci_write(sensor->regmap, OV2680_REG_X_WIN, in ov2680_set_mode()
414 cci_write(sensor->regmap, OV2680_REG_Y_WIN, in ov2680_set_mode()
416 cci_write(sensor->regmap, OV2680_REG_FORMAT1, fmt1, &ret); in ov2680_set_mode()
417 cci_write(sensor->regmap, OV2680_REG_FORMAT2, fmt2, &ret); in ov2680_set_mode()
472 return cci_write(sensor->regmap, OV2680_REG_GAIN_PK, gain, NULL); in ov2680_gain_set()
477 return cci_write(sensor->regmap, OV2680_REG_EXPOSURE_PK, exp << 4, in ov2680_exposure_set()
485 ret = cci_write(sensor->regmap, OV2680_REG_PLL_MULTIPLIER, in ov2680_stream_enable()
505 return cci_write(sensor->regmap, OV2680_REG_STREAM_CTRL, 1, NULL); in ov2680_stream_enable()
510 return cci_write(sensor->regmap, OV2680_REG_STREAM_CTRL, 0, NULL); in ov2680_stream_disable()
532 ret = cci_write(sensor->regmap, OV2680_REG_SOFT_RESET, 0x01, in ov2680_power_on()