Lines Matching defs:tda10086_read_byte
55 static int tda10086_read_byte(struct tda10086_state *state, int reg)
81 val = tda10086_read_byte(state, reg);
166 while (!(tda10086_read_byte(state, 0x50) & 0x01)) {
214 oldval = tda10086_read_byte(state, 0x36);
233 u8 oldval = tda10086_read_byte(state, 0x36);
464 tmp64 = ((u64)tda10086_read_byte(state, 0x52)
465 | (tda10086_read_byte(state, 0x51) << 8));
473 val = tda10086_read_byte(state, 0x0c);
488 tda10086_read_byte(state, 0x0f);
504 tmp = tda10086_read_byte(state, 0x1d);
512 val = (tda10086_read_byte(state, 0x0d) & 0x70) >> 4;
551 val = tda10086_read_byte(state, 0x0e);
580 _str = 0xff - tda10086_read_byte(state, 0x43);
593 _snr = 0xff - tda10086_read_byte(state, 0x1c);
606 *ucblocks = tda10086_read_byte(state, 0x18) & 0x7f;
623 *ber |= tda10086_read_byte(state, 0x15);
624 *ber |= tda10086_read_byte(state, 0x16) << 8;
625 *ber |= (tda10086_read_byte(state, 0x17) & 0xf) << 16;
749 if (tda10086_read_byte(state, 0x1e) != 0xe1) {