Lines Matching defs:reg0xc05
158 static int configure_reg0xc05 (struct dtv_frontend_properties *p, u16 *reg0xc05)
162 *reg0xc05 = 0x000;
168 *reg0xc05 |= (1 << 10);
171 *reg0xc05 |= (2 << 10);
184 *reg0xc05 |= (1 << 7);
187 *reg0xc05 |= (2 << 7);
190 *reg0xc05 |= (3 << 7);
203 *reg0xc05 |= (1 << 3);
206 *reg0xc05 |= (2 << 3);
209 *reg0xc05 |= (3 << 3);
212 *reg0xc05 |= (4 << 3);
222 *reg0xc05 |= (2 << 1); /* use specified parameters */
224 *reg0xc05 |= (1 << 1); /* enable autoprobing */
240 u16 reg0xc05;
242 if ((err = configure_reg0xc05(p, ®0xc05)))
280 sp8870_writereg(state, 0xc05, reg0xc05);