Lines Matching defs:reg0xc05
210 static int configure_reg0xc05(struct dtv_frontend_properties *p, u16 *reg0xc05)
214 *reg0xc05 = 0x000;
220 *reg0xc05 |= (1 << 10);
223 *reg0xc05 |= (2 << 10);
236 *reg0xc05 |= (1 << 7);
239 *reg0xc05 |= (2 << 7);
242 *reg0xc05 |= (3 << 7);
255 *reg0xc05 |= (1 << 3);
258 *reg0xc05 |= (2 << 3);
261 *reg0xc05 |= (3 << 3);
264 *reg0xc05 |= (4 << 3);
274 *reg0xc05 |= (2 << 1); /* use specified parameters */
276 *reg0xc05 |= (1 << 1); /* enable autoprobing */
353 u16 val, reg0xc05;
360 if ((err = configure_reg0xc05(p, ®0xc05)))
398 sp887x_writereg(state, 0xc05, reg0xc05);