Lines Matching refs:mxl111sf_demod_read_reg
32 static int mxl111sf_demod_read_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_read_reg() function
65 int ret = mxl111sf_demod_read_reg(state, V6_CODE_RATE_TPS_REG, &val); in mxl1x1sf_demod_get_tps_code_rate()
96 int ret = mxl111sf_demod_read_reg(state, V6_MODORDER_TPS_REG, &val); in mxl1x1sf_demod_get_tps_modulation()
121 int ret = mxl111sf_demod_read_reg(state, V6_MODE_TPS_REG, &val); in mxl1x1sf_demod_get_tps_guard_fft_mode()
146 int ret = mxl111sf_demod_read_reg(state, V6_CP_TPS_REG, &val); in mxl1x1sf_demod_get_tps_guard_interval()
174 int ret = mxl111sf_demod_read_reg(state, V6_TPS_HIERACHY_REG, &val); in mxl1x1sf_demod_get_tps_hierarchy()
205 int ret = mxl111sf_demod_read_reg(state, V6_SYNC_LOCK_REG, &val); in mxl1x1sf_demod_get_sync_lock_status()
218 int ret = mxl111sf_demod_read_reg(state, V6_RS_LOCK_DET_REG, &val); in mxl1x1sf_demod_get_rs_lock_status()
231 int ret = mxl111sf_demod_read_reg(state, V6_TPS_LOCK_REG, &val); in mxl1x1sf_demod_get_tps_lock_status()
244 int ret = mxl111sf_demod_read_reg(state, V6_IRQ_STATUS_REG, &val); in mxl1x1sf_demod_get_fec_lock_status()
258 int ret = mxl111sf_demod_read_reg(state, V6_CP_LOCK_DET_REG, &val);
336 ret = mxl111sf_demod_read_reg(state, V6_FEC_PER_COUNT_REG, &val); in mxl111sf_demod_read_ucblocks()
343 ret = mxl111sf_demod_read_reg(state, V6_FEC_PER_SCALE_REG, &val); in mxl111sf_demod_read_ucblocks()
382 ret = mxl111sf_demod_read_reg(state, V6_RS_AVG_ERRORS_LSB_REG, &val1); in mxl111sf_demod_read_ber()
385 ret = mxl111sf_demod_read_reg(state, V6_RS_AVG_ERRORS_MSB_REG, &val2); in mxl111sf_demod_read_ber()
388 ret = mxl111sf_demod_read_reg(state, V6_N_ACCUMULATE_REG, &val3); in mxl111sf_demod_read_ber()
405 ret = mxl111sf_demod_read_reg(state, V6_SNR_RB_LSB_REG, &val1); in mxl111sf_demod_calc_snr()
408 ret = mxl111sf_demod_read_reg(state, V6_SNR_RB_MSB_REG, &val2); in mxl111sf_demod_calc_snr()