Searched refs:atsc_errors (Results 1 – 1 of 1) sorted by relevance
1167 struct MXL_EAGLE_ATSC_DEMOD_ERROR_COUNTERS_T *atsc_errors; in mxl692_read_ber_ucb() local1174 atsc_errors = (struct MXL_EAGLE_ATSC_DEMOD_ERROR_COUNTERS_T *)&rx_buf; in mxl692_read_ber_ucb()1185 if (atsc_errors->error_packets == 0) in mxl692_read_ber_ucb()1188 utmp = ((atsc_errors->error_bytes / atsc_errors->error_packets) * in mxl692_read_ber_ucb()1189 atsc_errors->total_packets); in mxl692_read_ber_ucb()1192 c->post_bit_error.stat[0].uvalue += atsc_errors->error_bytes; in mxl692_read_ber_ucb()1197 c->block_error.stat[0].uvalue += atsc_errors->error_packets; in mxl692_read_ber_ucb()