Lines Matching +full:0 +full:x6e
28 module_param(debug, int, 0);
29 MODULE_PARM_DESC(debug, "Debug level (0-1)");
81 block_len = 0; in saa7185_write_block()
82 block_data[block_len++] = reg = data[0]; in saa7185_write_block()
88 } while (len >= 2 && data[0] == reg && block_len < 32); in saa7185_write_block()
90 if (ret < 0) in saa7185_write_block()
98 if (ret < 0) in saa7185_write_block()
110 0x3a, 0x0f, /* CBENB=0, V656=0, VY2C=1,
113 0x42, 0x6b, /* OVLY0=107 */
114 0x43, 0x00, /* OVLU0=0 white */
115 0x44, 0x00, /* OVLV0=0 */
116 0x45, 0x22, /* OVLY1=34 */
117 0x46, 0xac, /* OVLU1=172 yellow */
118 0x47, 0x0e, /* OVLV1=14 */
119 0x48, 0x03, /* OVLY2=3 */
120 0x49, 0x1d, /* OVLU2=29 cyan */
121 0x4a, 0xac, /* OVLV2=172 */
122 0x4b, 0xf0, /* OVLY3=240 */
123 0x4c, 0xc8, /* OVLU3=200 green */
124 0x4d, 0xb9, /* OVLV3=185 */
125 0x4e, 0xd4, /* OVLY4=212 */
126 0x4f, 0x38, /* OVLU4=56 magenta */
127 0x50, 0x47, /* OVLV4=71 */
128 0x51, 0xc1, /* OVLY5=193 */
129 0x52, 0xe3, /* OVLU5=227 red */
130 0x53, 0x54, /* OVLV5=84 */
131 0x54, 0xa3, /* OVLY6=163 */
132 0x55, 0x54, /* OVLU6=84 blue */
133 0x56, 0xf2, /* OVLV6=242 */
134 0x57, 0x90, /* OVLY7=144 */
135 0x58, 0x00, /* OVLU7=0 black */
136 0x59, 0x00, /* OVLV7=0 */
138 0x5a, 0x00, /* CHPS=0 */
139 0x5b, 0x76, /* GAINU=118 */
140 0x5c, 0xa5, /* GAINV=165 */
141 0x5d, 0x3c, /* BLCKL=60 */
142 0x5e, 0x3a, /* BLNNL=58 */
143 0x5f, 0x3a, /* CCRS=0, BLNVB=58 */
144 0x60, 0x00, /* NULL */
146 /* 0x61 - 0x66 set according to norm */
148 0x67, 0x00, /* 0 : caption 1st byte odd field */
149 0x68, 0x00, /* 0 : caption 2nd byte odd field */
150 0x69, 0x00, /* 0 : caption 1st byte even field */
151 0x6a, 0x00, /* 0 : caption 2nd byte even field */
153 0x6b, 0x91, /* MODIN=2, PCREF=0, SCCLN=17 */
154 0x6c, 0x20, /* SRCV1=0, TRCV2=1, ORCV1=0, PRCV1=0,
155 * CBLF=0, ORCV2=0, PRCV2=0 */
156 0x6d, 0x00, /* SRCM1=0, CCEN=0 */
158 0x6e, 0x0e, /* HTRIG=0x005, approx. centered, at
160 0x6f, 0x00, /* HTRIG upper bits */
161 0x70, 0x20, /* PHRES=0, SBLN=1, VTRIG=0 */
165 0x71, 0x15, /* BMRQ=0x115 */
166 0x72, 0x90, /* EMRQ=0x690 */
167 0x73, 0x61, /* EMRQ=0x690, BMRQ=0x115 */
168 0x74, 0x00, /* NULL */
169 0x75, 0x00, /* NULL */
170 0x76, 0x00, /* NULL */
171 0x77, 0x15, /* BRCV=0x115 */
172 0x78, 0x90, /* ERCV=0x690 */
173 0x79, 0x61, /* ERCV=0x690, BRCV=0x115 */
177 0x7a, 0x70, /* FLC=0 */
181 0x7b, 0x16, /* FAL=22 */
182 0x7c, 0x35, /* LAL=244 */
183 0x7d, 0x20, /* LAL=244, FAL=22 */
187 0x61, 0x1e, /* FISE=0, PAL=1, SCBW=1, RTCE=1,
188 * YGS=1, INPI=0, DOWN=0 */
189 0x62, 0xc8, /* DECTYP=1, BSTA=72 */
190 0x63, 0xcb, /* FSC0 */
191 0x64, 0x8a, /* FSC1 */
192 0x65, 0x09, /* FSC2 */
193 0x66, 0x2a, /* FSC3 */
197 0x61, 0x1d, /* FISE=1, PAL=0, SCBW=1, RTCE=1,
198 * YGS=1, INPI=0, DOWN=0 */
199 0x62, 0xe6, /* DECTYP=1, BSTA=102 */
200 0x63, 0x1f, /* FSC0 */
201 0x64, 0x7c, /* FSC1 */
202 0x65, 0xf0, /* FSC2 */
203 0x66, 0x21, /* FSC3 */
216 return 0; in saa7185_init()
230 return 0; in saa7185_s_std_output()
238 /* RJ: input = 0: input is from SA7111 in saa7185_s_routing()
242 case 0: in saa7185_s_routing()
244 saa7185_write(sd, 0x3a, 0x0f); in saa7185_s_routing()
246 saa7185_write(sd, 0x61, (encoder->reg[0x61] & 0xf7) | 0x08); in saa7185_s_routing()
247 saa7185_write(sd, 0x6e, 0x01); in saa7185_s_routing()
252 saa7185_write(sd, 0x3a, 0x0f); in saa7185_s_routing()
253 /* Switch RTCE to 0 */ in saa7185_s_routing()
254 saa7185_write(sd, 0x61, (encoder->reg[0x61] & 0xf7) | 0x00); in saa7185_s_routing()
256 saa7185_write(sd, 0x6e, 0x00); in saa7185_s_routing()
261 saa7185_write(sd, 0x3a, 0x8f); in saa7185_s_routing()
262 /* Switch RTCE to 0 */ in saa7185_s_routing()
263 saa7185_write(sd, 0x61, (encoder->reg[0x61] & 0xf7) | 0x08); in saa7185_s_routing()
265 saa7185_write(sd, 0x6e, 0x01); in saa7185_s_routing()
271 return 0; in saa7185_s_routing()
303 v4l_info(client, "chip found @ 0x%x (%s)\n", in saa7185_probe()
314 if (i >= 0) in saa7185_probe()
316 if (i < 0) in saa7185_probe()
319 v4l2_dbg(1, debug, sd, "revision 0x%x\n", in saa7185_probe()
321 return 0; in saa7185_probe()
331 saa7185_write(sd, 0x61, (encoder->reg[0x61]) | 0x40); in saa7185_remove()