Lines Matching refs:ov6650_reg_rmw
272 static int ov6650_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 mask) in ov6650_reg_rmw() function
351 ret = ov6650_reg_rmw(client, REG_COMB, in ov6550_s_ctrl()
357 ret = ov6650_reg_rmw(client, REG_COMB, in ov6550_s_ctrl()
367 return ov6650_reg_rmw(client, REG_SAT, SET_SAT(ctrl->val), in ov6550_s_ctrl()
370 return ov6650_reg_rmw(client, REG_HUE, SET_HUE(ctrl->val), in ov6550_s_ctrl()
375 ret = ov6650_reg_rmw(client, REG_COMB, ctrl->val == in ov6550_s_ctrl()
384 return ov6650_reg_rmw(client, REG_COMB, in ov6550_s_ctrl()
387 return ov6650_reg_rmw(client, REG_COMB, in ov6550_s_ctrl()
672 ret = ov6650_reg_rmw(client, REG_COMA, coma_set, coma_mask); in ov6650_s_fmt()
676 ret = ov6650_reg_rmw(client, REG_COML, coml_set, coml_mask); in ov6650_s_fmt()
784 ret = ov6650_reg_rmw(client, REG_CLKRC, clkrc, CLKRC_DIV_MASK); in ov6650_s_parm()
800 ret = ov6650_reg_rmw(client, REG_COMA, COMA_RESET, 0); in ov6650_reset()
817 ret = ov6650_reg_rmw(client, REG_COMB, 0, COMB_BAND_FILTER); in ov6650_prog_dflt()
909 ret = ov6650_reg_rmw(client, REG_COMJ, COMJ_PCLK_RISING, 0); in ov6650_s_mbus_config()
911 ret = ov6650_reg_rmw(client, REG_COMJ, 0, COMJ_PCLK_RISING); in ov6650_s_mbus_config()
916 ret = ov6650_reg_rmw(client, REG_COMF, COMF_HREF_LOW, 0); in ov6650_s_mbus_config()
918 ret = ov6650_reg_rmw(client, REG_COMF, 0, COMF_HREF_LOW); in ov6650_s_mbus_config()
923 ret = ov6650_reg_rmw(client, REG_COMJ, COMJ_VSYNC_HIGH, 0); in ov6650_s_mbus_config()
925 ret = ov6650_reg_rmw(client, REG_COMJ, 0, COMJ_VSYNC_HIGH); in ov6650_s_mbus_config()