Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c106 #define REG_CLKRC 0x11 /* Clock control */ macro
309 {REG_CLKRC, CLK_PLL},
/Linux-v4.19/drivers/media/i2c/
Dov7670.c67 #define REG_CLKRC 0x11 /* Clocl control */ macro
289 { REG_CLKRC, 0x1 }, /* OV: clock scale (30 fps) */
861 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7675_set_framerate()
896 return ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_set_framerate_legacy()
1096 ret = ov7670_write(sd, REG_CLKRC, info->clkrc); in ov7670_set_fmt()
Dov6650.c51 #define REG_CLKRC 0x11 /* Data Format and Internal Clock */ macro
660 ret = ov6650_reg_write(client, REG_CLKRC, clkrc); in ov6650_s_fmt()
770 ret = ov6650_reg_rmw(client, REG_CLKRC, clkrc, CLKRC_DIV_MASK); in ov6650_s_frame_interval()
Dov9650.c70 #define REG_CLKRC 0x11 /* Clock control */ macro
1296 ret = ov965x_write(client, REG_CLKRC, reg); in __ov965x_set_params()