Searched refs:utmp2 (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Dcxd2820r_c.c148 unsigned int utmp, utmp1, utmp2; local
160 utmp2 = (buf[1] >> 3) & 0x01;
162 if (utmp1 == 1 && utmp2 == 1) {
165 } else if (utmp1 == 1 || utmp2 == 1) {
173 *status, 2, buf, utmp1, utmp2);
H A Dmn88473.c243 unsigned int utmp, utmp1, utmp2; local
392 utmp2 = buf[2] << 8 | buf[3] << 0; /* noise */
393 if (utmp1 && utmp2) {
397 - intlog10(utmp2)) * 10000, 1 << 24);
399 stmp, utmp1, utmp2);
419 utmp2 = buf[3] << 8 | buf[4] << 0;
420 utmp2 = utmp2 * 8 * 204;
422 utmp1, utmp2);
427 c->post_bit_count.stat[0].uvalue += utmp2;
[all...]
H A Dmn88472.c23 unsigned int utmp, utmp1, utmp2; local
154 utmp2 = buf[2] << 8 | buf[3] << 0; /* noise */
155 if (utmp1 && utmp2) {
159 - intlog10(utmp2)) * 10000 >> 24;
162 stmp, utmp1, utmp2);
180 utmp2 = buf[2] << 8 | buf[3] << 0;
182 utmp1, utmp2);
187 c->block_count.stat[0].uvalue += utmp2;
H A Dcxd2820r_t2.c281 unsigned int utmp, utmp1, utmp2; local
290 utmp2 = (buf[0] >> 5) & 0x01;
292 if (utmp1 == 6 && utmp2 == 1) {
295 } else if (utmp1 == 6 || utmp2 == 1) {
303 *status, 1, buf, utmp1, utmp2);
H A Dcxd2820r_t.c253 unsigned int utmp, utmp1, utmp2; local
265 utmp2 = (buf[1] >> 3) & 0x01;
267 if (utmp1 == 6 && utmp2 == 1) {
270 } else if (utmp1 == 6 || utmp2 == 1) {
278 *status, 2, buf, utmp1, utmp2);
H A Daf9013.c521 unsigned int utmp, utmp1, utmp2, utmp3, utmp4; local
576 ret = regmap_read(state->regmap, 0x9bd0, &utmp2);
587 state->rf_agc_80 = utmp2;
592 utmp1, utmp2, utmp3, utmp4);
741 utmp2 = (buf[1] << 8 | buf[0] << 0) * 204 * 8;
760 utmp1, utmp2);
771 c->post_bit_count.stat[0].uvalue += utmp2;
H A Dsi2168.c120 unsigned int utmp, utmp1, utmp2; local
189 utmp2 = 100000000; /* 10^8 */
193 utmp1, utmp2, cmd.args[2], cmd.args[1]);
198 c->post_bit_count.stat[0].uvalue += utmp2;
/linux-master/drivers/media/tuners/
H A Dtda18250.c255 u8 utmp, utmp2; local
300 utmp2 = (c->frequency < 320000000) ? 22 : 18;
307 utmp2 = 22;
310 utmp2 = 20;
313 utmp2 = 16;
318 utmp2 = (c->frequency < 320000000) ? 18 : 20;
323 ret = regmap_write_bits(dev->regmap, R58_AGC2_UP1, 0x1f, utmp2+8);
329 ret = regmap_write_bits(dev->regmap, R14_AGC23, 0x1f, utmp2);
358 utmp2 = (c->frequency < 320000000) ? 10 : 12;
362 utmp2
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c558 unsigned int utmp1, utmp2, reg1, reg2; local
569 utmp2 = (d->udev->speed == USB_SPEED_FULL ? 64 : 512) / 4;
585 ret = regmap_write(state->regmap, reg2, utmp2);
592 utmp2 = 0x10;
595 utmp2 = 0x00;
600 ret = regmap_update_bits(state->regmap, 0xd520, 0x10, utmp2);

Completed in 212 milliseconds