Searched refs:utmp4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | af9013.c | 531 unsigned int utmp, utmp1, utmp2, utmp3, utmp4; in af9013_read_status() local 592 ret = regmap_read(state->regmap, 0x9be4, &utmp4); in af9013_read_status() 599 state->if_agc_80 = utmp4; in af9013_read_status() 602 utmp1, utmp2, utmp3, utmp4); in af9013_read_status() 753 utmp4 = buf[1] << 8 | buf[0] << 0; in af9013_read_status() 756 if (utmp4 != 10000) { in af9013_read_status() 772 utmp3, utmp4); in af9013_read_status() 786 c->block_count.stat[0].uvalue += utmp4; in af9013_read_status()
|