Lines Matching refs:stat

286 	c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE;  in af9033_init()
288 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_init()
290 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_init()
292 c->block_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_init()
294 c->post_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_init()
296 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_init()
672 c->strength.stat[0].scale = FE_SCALE_DECIBEL; in af9033_read_status()
673 c->strength.stat[0].svalue = tmp; in af9033_read_status()
676 c->strength.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_read_status()
765 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in af9033_read_status()
766 c->cnr.stat[0].svalue = utmp1; in af9033_read_status()
768 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in af9033_read_status()
797 c->block_count.stat[0].scale = FE_SCALE_COUNTER; in af9033_read_status()
798 c->block_count.stat[0].uvalue = dev->total_block_count; in af9033_read_status()
801 c->block_error.stat[0].scale = FE_SCALE_COUNTER; in af9033_read_status()
802 c->block_error.stat[0].uvalue = dev->error_block_count; in af9033_read_status()
805 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in af9033_read_status()
806 c->post_bit_count.stat[0].uvalue = dev->post_bit_count; in af9033_read_status()
809 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in af9033_read_status()
810 c->post_bit_error.stat[0].uvalue = dev->post_bit_error; in af9033_read_status()
830 if (c->cnr.stat[0].scale == FE_SCALE_DECIBEL) { in af9033_read_snr()
834 *snr = div_s64(c->cnr.stat[0].svalue, 100); in af9033_read_snr()
837 *snr = div_s64(c->cnr.stat[0].svalue, 1000); in af9033_read_snr()