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

/drivers/media/video/
H A Dstk-sensor.c108 #define REG_CLKRC 0x11 /* Clock control */ macro
311 {REG_CLKRC, CLK_PLL},
H A Dov7670.c73 #define REG_CLKRC 0x11 /* Clocl control */ macro
230 { REG_CLKRC, 0x1 }, /* OV: clock scale (30 fps) */
853 ret = ov7670_write(sd, REG_CLKRC, info->clkrc);
901 return ov7670_write(sd, REG_CLKRC, info->clkrc);
H A Dov6650.c51 #define REG_CLKRC 0x11 /* Data Format and Internal Clock */ macro
674 ret = ov6650_reg_write(client, REG_CLKRC, clkrc);
784 ret = ov6650_reg_rmw(client, REG_CLKRC, clkrc, CLKRC_DIV_MASK);

Completed in 104 milliseconds