Searched refs:utmp1 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | af9013.c | 521 unsigned int utmp, utmp1, utmp2, utmp3, utmp4; in af9013_read_status() local 540 utmp1 = FE_HAS_SIGNAL | FE_HAS_CARRIER | in af9013_read_status() 549 utmp1 = FE_HAS_SIGNAL | FE_HAS_CARRIER | in af9013_read_status() 552 utmp1 = 0; in af9013_read_status() 555 dev_dbg(&client->dev, "fe_status %02x\n", utmp1); in af9013_read_status() 559 state->fe_status = utmp1; in af9013_read_status() 560 *status = utmp1; in af9013_read_status() 573 ret = regmap_read(state->regmap, 0x9bbd, &utmp1); in af9013_read_status() 586 state->rf_agc_50 = utmp1; in af9013_read_status() 592 utmp1, utmp2, utmp3, utmp4); in af9013_read_status() [all …]
|
| H A D | af9033.c | 619 unsigned int utmp, utmp1; in af9033_read_status() local 686 utmp1 = buf[2] << 16 | buf[1] << 8 | buf[0] << 0; in af9033_read_status() 694 utmp1 /= utmp; in af9033_read_status() 704 utmp1 *= 4; in af9033_read_status() 708 utmp1 *= 1; in af9033_read_status() 712 utmp1 *= 2; in af9033_read_status() 715 utmp1 *= 0; in af9033_read_status() 731 utmp1 = clamp(utmp1, 653799U, 1689999U); in af9033_read_status() 732 utmp1 = ((u64)(intlog10(utmp1) in af9033_read_status() 733 - intlog10(1690000 - utmp1) in af9033_read_status() [all …]
|
| H A D | mn88473.c | 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() [all …]
|
| H A D | mn88472.c | 23 unsigned int utmp, utmp1, utmp2; in mn88472_read_status() local 81 utmp1 = buf[0] << 8 | buf[1] << 0 | buf[0] >> 2; in mn88472_read_status() 82 dev_dbg(&client->dev, "strength=%u\n", utmp1); in mn88472_read_status() 85 c->strength.stat[0].uvalue = utmp1; in mn88472_read_status() 122 utmp1 = (buf[0] >> 2) & 0x01; /* 0=SISO, 1=MISO */ in mn88472_read_status() 124 if (utmp1) { in mn88472_read_status() 153 utmp1 = buf[0] << 8 | buf[1] << 0; /* signal */ in mn88472_read_status() 155 if (utmp1 && utmp2) { in mn88472_read_status() 158 stmp = ((u64)15151336 + intlog10(utmp1) in mn88472_read_status() 162 stmp, utmp1, utmp2); in mn88472_read_status() [all …]
|
| H A D | cxd2820r_c.c | 148 unsigned int utmp, utmp1, utmp2; in cxd2820r_read_status_c() local 159 utmp1 = (buf[0] >> 0) & 0x01; in cxd2820r_read_status_c() 162 if (utmp1 == 1 && utmp2 == 1) { in cxd2820r_read_status_c() 165 } else if (utmp1 == 1 || utmp2 == 1) { in cxd2820r_read_status_c() 173 *status, 2, buf, utmp1, utmp2); in cxd2820r_read_status_c()
|
| H A D | cxd2820r_t2.c | 281 unsigned int utmp, utmp1, utmp2; in cxd2820r_read_status_t2() local 289 utmp1 = (buf[0] >> 0) & 0x07; in cxd2820r_read_status_t2() 292 if (utmp1 == 6 && utmp2 == 1) { in cxd2820r_read_status_t2() 295 } else if (utmp1 == 6 || utmp2 == 1) { in cxd2820r_read_status_t2() 303 *status, 1, buf, utmp1, utmp2); in cxd2820r_read_status_t2()
|
| H A D | cxd2820r_t.c | 253 unsigned int utmp, utmp1, utmp2; in cxd2820r_read_status_t() local 264 utmp1 = (buf[0] >> 0) & 0x07; in cxd2820r_read_status_t() 267 if (utmp1 == 6 && utmp2 == 1) { in cxd2820r_read_status_t() 270 } else if (utmp1 == 6 || utmp2 == 1) { in cxd2820r_read_status_t() 278 *status, 2, buf, utmp1, utmp2); in cxd2820r_read_status_t()
|