Searched refs:REG_CNT (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dov6x30.c22 #define REG_CNT 0x05 /* Y contrast [3:0] */ macro
172 rc = ov_write_mask(c, REG_CNT, v >> 12, 0x0f);
251 rc = ov_read(c, REG_CNT, &val);
H A Dov7x10.c24 #define REG_CNT 0x05 /* Y contrast */ macro
146 rc = ov_write(c, REG_CNT, v >> 8);
219 rc = ov_read(c, REG_CNT, &val);
H A Dov6x20.c22 #define REG_CNT 0x05 /* Y contrast */ macro
209 rc = ov_write(c, REG_CNT, v >> 8);
288 rc = ov_read(c, REG_CNT, &val);
H A Dov76be.c23 #define REG_CNT 0x05 /* Y contrast */ macro

Completed in 95 milliseconds