i2c_read_demod_bytes
i2c_read_demod_bytes(state, LGDT3302_EQPH_ERR0, buf, 5);
i2c_read_demod_bytes(state, CARRIER_MSEQAM1, buf, 2);
i2c_read_demod_bytes(state, LGDT3303_EQPH_ERR0, buf, 5);
i2c_read_demod_bytes(state, CARRIER_MSEQAM1, buf, 2);
i2c_read_demod_bytes(state, AGC_STATUS, buf, 1);
i2c_read_demod_bytes(state, TOP_CONTROL, buf, sizeof(buf));
i2c_read_demod_bytes(state, CARRIER_LOCK, buf, 1);
err = i2c_read_demod_bytes(state, LGDT3302_PACKET_ERR_COUNTER1,
err = i2c_read_demod_bytes(state, 0x58, buf, 1);
i2c_read_demod_bytes(state, CARRIER_LOCK, buf, 1);
i2c_read_demod_bytes(state, 0x8a, buf, 1);
i2c_read_demod_bytes(state, 0x38, buf, 1);
err = i2c_read_demod_bytes(state, LGDT3303_PACKET_ERR_COUNTER1,
if (i2c_read_demod_bytes(state, 2, buf, 1))