Searched refs:utmp4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | af9013.c | 521 unsigned int utmp, utmp1, utmp2, utmp3, utmp4; in af9013_read_status() local 582 ret = regmap_read(state->regmap, 0x9be4, &utmp4); in af9013_read_status() 589 state->if_agc_80 = utmp4; in af9013_read_status() 592 utmp1, utmp2, utmp3, utmp4); in af9013_read_status() 743 utmp4 = buf[1] << 8 | buf[0] << 0; in af9013_read_status() 746 if (utmp4 != 10000) { in af9013_read_status() 762 utmp3, utmp4); in af9013_read_status() 776 c->block_count.stat[0].uvalue += utmp4; in af9013_read_status()
|