Searched refs:REG_CLKRC (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov7670.c | 66 #define REG_CLKRC 0x11 /* Clocl control */ macro 283 { REG_CLKRC, 0x1 }, /* OV: clock scale (30 fps) */ 814 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7675_apply_framerate() 907 return ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_set_framerate_legacy() 1090 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_apply_fmt()
|
D | ov6650.c | 48 #define REG_CLKRC 0x11 /* Data Format and Internal Clock */ macro 850 ret = ov6650_reg_rmw(client, REG_CLKRC, to_clkrc(div), CLKRC_DIV_MASK); in ov6650_set_frame_interval() 885 ret = ov6650_reg_write(client, REG_CLKRC, clkrc); in ov6650_prog_dflt()
|
D | ov9650.c | 66 #define REG_CLKRC 0x11 /* Clock control */ macro 1299 ret = ov965x_write(ov965x, REG_CLKRC, reg); in __ov965x_set_params()
|