Searched refs:R_10_CHROMA_CNTL_2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | saa7115.c | 215 R_10_CHROMA_CNTL_2, 0x48, /* 10 - OFTS=1, HDEL=0, VRLN=1, YDEL=0 */ 256 R_10_CHROMA_CNTL_2, 0x08, /* Not datsheet default. 292 R_10_CHROMA_CNTL_2, 0x00, 324 R_10_CHROMA_CNTL_2, 0x06, /* chroma: active adaptive combfilter */ 1314 saa711x_write(sd, R_10_CHROMA_CNTL_2, in saa711x_s_routing() 1315 (saa711x_read(sd, R_10_CHROMA_CNTL_2) & 0x3f) | in saa711x_s_routing() 1650 work = saa711x_read(sd, R_10_CHROMA_CNTL_2); in saa711x_write_platform_data() 1654 saa711x_write(sd, R_10_CHROMA_CNTL_2, work); in saa711x_write_platform_data() 1658 work = saa711x_read(sd, R_10_CHROMA_CNTL_2); in saa711x_write_platform_data() 1661 saa711x_write(sd, R_10_CHROMA_CNTL_2, work); in saa711x_write_platform_data()
|
D | saa711x_regs.h | 35 #define R_10_CHROMA_CNTL_2 0x10 macro 271 {R_10_CHROMA_CNTL_2,1,
|