Searched refs:atsc_status (Results 1 – 1 of 1) sorted by relevance
1125 struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *atsc_status; in mxl692_read_snr() local1134 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf; in mxl692_read_snr()1146 *snr = (u16)(atsc_status->snr_db_tenths / 10); in mxl692_read_snr()1230 struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *atsc_status; in mxl692_read_status() local1238 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf; in mxl692_read_status()1249 if (!mxl_status && atsc_status->atsc_lock) { in mxl692_read_status()1257 c->cnr.stat[0].svalue = atsc_status->snr_db_tenths / 10; in mxl692_read_status()