Searched refs:atsc_errors (Results 1 – 1 of 1) sorted by relevance
1176 struct MXL_EAGLE_ATSC_DEMOD_ERROR_COUNTERS_T *atsc_errors; in mxl692_read_ber_ucb() local1183 atsc_errors = (struct MXL_EAGLE_ATSC_DEMOD_ERROR_COUNTERS_T *)&rx_buf; in mxl692_read_ber_ucb()1194 if (atsc_errors->error_packets == 0) in mxl692_read_ber_ucb()1197 utmp = ((atsc_errors->error_bytes / atsc_errors->error_packets) * in mxl692_read_ber_ucb()1198 atsc_errors->total_packets); in mxl692_read_ber_ucb()1201 c->post_bit_error.stat[0].uvalue += atsc_errors->error_bytes; in mxl692_read_ber_ucb()1206 c->block_error.stat[0].uvalue += atsc_errors->error_packets; in mxl692_read_ber_ucb()