Lines Matching refs:scale
200 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in m88ds3103_read_status()
203 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status()
206 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status()
285 c->post_bit_error.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status()
287 c->post_bit_count.stat[0].scale = FE_SCALE_COUNTER; in m88ds3103_read_status()
290 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status()
291 c->post_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_read_status()
742 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_init()
744 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_init()
746 c->post_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in m88ds3103_init()
968 if (c->cnr.stat[0].scale == FE_SCALE_DECIBEL) in m88ds3103_read_snr()