Lines Matching defs:reg0
38 u8 reg0;
144 static int tda10023_setup_reg0 (struct tda10023_state* state, u8 reg0)
146 reg0 |= state->reg0 & 0x63;
148 tda10023_writereg (state, 0x00, reg0 & 0xfe);
149 tda10023_writereg (state, 0x00, reg0 | 0x01);
151 state->reg0 = reg0;
466 p->modulation = ((state->reg0 >> 2) & 7) + QAM_16;
529 state->reg0 = REG0_INIT_VAL;