Searched refs:utmp3 (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 579 ret = regmap_read(state->regmap, 0x9be2, &utmp3); in af9013_read_status() 588 state->if_agc_50 = utmp3; in af9013_read_status() 592 utmp1, utmp2, utmp3, utmp4); in af9013_read_status() 742 utmp3 = buf[6] << 8 | buf[5] << 0; in af9013_read_status() 762 utmp3, utmp4); in af9013_read_status() 766 state->dvbv3_ucblocks += utmp3; in af9013_read_status() 774 c->block_error.stat[0].uvalue += utmp3; in af9013_read_status()
|