Lines Matching refs:mxl111sf_demod_read_reg

45 static int mxl111sf_demod_read_reg(struct mxl111sf_demod_state *state,  in mxl111sf_demod_read_reg()  function
78 int ret = mxl111sf_demod_read_reg(state, V6_CODE_RATE_TPS_REG, &val); in mxl1x1sf_demod_get_tps_code_rate()
109 int ret = mxl111sf_demod_read_reg(state, V6_MODORDER_TPS_REG, &val); in mxl1x1sf_demod_get_tps_modulation()
134 int ret = mxl111sf_demod_read_reg(state, V6_MODE_TPS_REG, &val); in mxl1x1sf_demod_get_tps_guard_fft_mode()
159 int ret = mxl111sf_demod_read_reg(state, V6_CP_TPS_REG, &val); in mxl1x1sf_demod_get_tps_guard_interval()
187 int ret = mxl111sf_demod_read_reg(state, V6_TPS_HIERACHY_REG, &val); in mxl1x1sf_demod_get_tps_hierarchy()
218 int ret = mxl111sf_demod_read_reg(state, V6_SYNC_LOCK_REG, &val); in mxl1x1sf_demod_get_sync_lock_status()
231 int ret = mxl111sf_demod_read_reg(state, V6_RS_LOCK_DET_REG, &val); in mxl1x1sf_demod_get_rs_lock_status()
244 int ret = mxl111sf_demod_read_reg(state, V6_TPS_LOCK_REG, &val); in mxl1x1sf_demod_get_tps_lock_status()
257 int ret = mxl111sf_demod_read_reg(state, V6_IRQ_STATUS_REG, &val); in mxl1x1sf_demod_get_fec_lock_status()
271 int ret = mxl111sf_demod_read_reg(state, V6_CP_LOCK_DET_REG, &val);
349 ret = mxl111sf_demod_read_reg(state, V6_FEC_PER_COUNT_REG, &val); in mxl111sf_demod_read_ucblocks()
356 ret = mxl111sf_demod_read_reg(state, V6_FEC_PER_SCALE_REG, &val); in mxl111sf_demod_read_ucblocks()
395 ret = mxl111sf_demod_read_reg(state, V6_RS_AVG_ERRORS_LSB_REG, &val1); in mxl111sf_demod_read_ber()
398 ret = mxl111sf_demod_read_reg(state, V6_RS_AVG_ERRORS_MSB_REG, &val2); in mxl111sf_demod_read_ber()
401 ret = mxl111sf_demod_read_reg(state, V6_N_ACCUMULATE_REG, &val3); in mxl111sf_demod_read_ber()
418 ret = mxl111sf_demod_read_reg(state, V6_SNR_RB_LSB_REG, &val1); in mxl111sf_demod_calc_snr()
421 ret = mxl111sf_demod_read_reg(state, V6_SNR_RB_MSB_REG, &val2); in mxl111sf_demod_calc_snr()