Lines Matching refs:utmp1
243 unsigned int utmp, utmp1, utmp2; in mn88473_read_status() local
321 utmp1 = buf[0] << 8 | buf[1] << 0 | buf[0] >> 2; in mn88473_read_status()
322 dev_dbg(&client->dev, "strength=%u\n", utmp1); in mn88473_read_status()
325 c->strength.stat[0].uvalue = utmp1; in mn88473_read_status()
361 utmp1 = (buf[0] >> 2) & 0x01; /* 0=SISO, 1=MISO */ in mn88473_read_status()
363 if (utmp1) { in mn88473_read_status()
391 utmp1 = buf[0] << 8 | buf[1] << 0; /* signal */ in mn88473_read_status()
393 if (utmp1 && utmp2) { in mn88473_read_status()
396 stmp = div_u64(((u64)15151336 + intlog10(utmp1) in mn88473_read_status()
399 stmp, utmp1, utmp2); in mn88473_read_status()
418 utmp1 = buf[0] << 16 | buf[1] << 8 | buf[2] << 0; in mn88473_read_status()
422 utmp1, utmp2); in mn88473_read_status()
425 c->post_bit_error.stat[0].uvalue += utmp1; in mn88473_read_status()
439 utmp1 = buf[0] << 8 | buf[1] << 0; in mn88473_read_status()
442 utmp1, utmp2); in mn88473_read_status()
445 c->block_error.stat[0].uvalue += utmp1; in mn88473_read_status()