Lines Matching defs:reg0xc05
212 static int configure_reg0xc05(struct dtv_frontend_properties *p, u16 *reg0xc05)
216 *reg0xc05 = 0x000;
222 *reg0xc05 |= (1 << 10);
225 *reg0xc05 |= (2 << 10);
238 *reg0xc05 |= (1 << 7);
241 *reg0xc05 |= (2 << 7);
244 *reg0xc05 |= (3 << 7);
257 *reg0xc05 |= (1 << 3);
260 *reg0xc05 |= (2 << 3);
263 *reg0xc05 |= (3 << 3);
266 *reg0xc05 |= (4 << 3);
276 *reg0xc05 |= (2 << 1); /* use specified parameters */
278 *reg0xc05 |= (1 << 1); /* enable autoprobing */
355 u16 val, reg0xc05;
362 if ((err = configure_reg0xc05(p, ®0xc05)))
400 sp887x_writereg(state, 0xc05, reg0xc05);