Searched refs:atsc_status (Results 1 – 1 of 1) sorted by relevance
1116 struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *atsc_status; in mxl692_read_snr() local1125 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf; in mxl692_read_snr()1137 *snr = (u16)(atsc_status->snr_db_tenths / 10); in mxl692_read_snr()1221 struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *atsc_status; in mxl692_read_status() local1229 atsc_status = (struct MXL_EAGLE_ATSC_DEMOD_STATUS_T *)&rx_buf; in mxl692_read_status()1240 if (!mxl_status && atsc_status->atsc_lock) { in mxl692_read_status()1248 c->cnr.stat[0].svalue = atsc_status->snr_db_tenths / 10; in mxl692_read_status()