Searched refs:R_10_CHROMA_CNTL_2 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | saa7115.c | 211 R_10_CHROMA_CNTL_2, 0x48, /* 10 - OFTS=1, HDEL=0, VRLN=1, YDEL=0 */ 252 R_10_CHROMA_CNTL_2, 0x08, /* Not datsheet default. 288 R_10_CHROMA_CNTL_2, 0x00, 320 R_10_CHROMA_CNTL_2, 0x06, /* chroma: active adaptive combfilter */ 1316 saa711x_write(sd, R_10_CHROMA_CNTL_2, in saa711x_s_routing() 1317 (saa711x_read(sd, R_10_CHROMA_CNTL_2) & 0x3f) | in saa711x_s_routing() 1649 work = saa711x_read(sd, R_10_CHROMA_CNTL_2); in saa711x_write_platform_data() 1653 saa711x_write(sd, R_10_CHROMA_CNTL_2, work); in saa711x_write_platform_data() 1657 work = saa711x_read(sd, R_10_CHROMA_CNTL_2); in saa711x_write_platform_data() 1660 saa711x_write(sd, R_10_CHROMA_CNTL_2, work); in saa711x_write_platform_data()
|
H A D | saa711x_regs.h | 27 #define R_10_CHROMA_CNTL_2 0x10 macro 263 {R_10_CHROMA_CNTL_2,1,
|