tda10086_read_byte
while (!(tda10086_read_byte(state, 0x50) & 0x01)) {
oldval = tda10086_read_byte(state, 0x36);
u8 oldval = tda10086_read_byte(state, 0x36);
tmp64 = ((u64)tda10086_read_byte(state, 0x52)
| (tda10086_read_byte(state, 0x51) << 8));
val = tda10086_read_byte(state, 0x0c);
tda10086_read_byte(state, 0x0f);
tmp = tda10086_read_byte(state, 0x1d);
val = (tda10086_read_byte(state, 0x0d) & 0x70) >> 4;
val = tda10086_read_byte(state, 0x0e);
_str = 0xff - tda10086_read_byte(state, 0x43);
_snr = 0xff - tda10086_read_byte(state, 0x1c);
*ucblocks = tda10086_read_byte(state, 0x18) & 0x7f;
*ber |= tda10086_read_byte(state, 0x15);
*ber |= tda10086_read_byte(state, 0x16) << 8;
*ber |= (tda10086_read_byte(state, 0x17) & 0xf) << 16;
if (tda10086_read_byte(state, 0x1e) != 0xe1) {
val = tda10086_read_byte(state, reg);