Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dov7670.c65 #define REG_CLKRC 0x11 /* Clocl control */ macro
289 { REG_CLKRC, 0x1 }, /* OV: clock scale (30 fps) */
820 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7675_apply_framerate()
913 return ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_set_framerate_legacy()
1096 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_apply_fmt()
Dov6650.c48 #define REG_CLKRC 0x11 /* Data Format and Internal Clock */ macro
826 ret = ov6650_reg_rmw(client, REG_CLKRC, to_clkrc(div), CLKRC_DIV_MASK); in ov6650_s_frame_interval()
861 ret = ov6650_reg_write(client, REG_CLKRC, clkrc); in ov6650_prog_dflt()
Dov9650.c66 #define REG_CLKRC 0x11 /* Clock control */ macro
1284 ret = ov965x_write(ov965x, REG_CLKRC, reg); in __ov965x_set_params()