uitmp              23 drivers/media/dvb-frontends/mn88473.c 	unsigned int uitmp;
uitmp             103 drivers/media/dvb-frontends/mn88473.c 	uitmp = DIV_ROUND_CLOSEST_ULL((u64) if_frequency * 0x1000000, dev->clk);
uitmp             104 drivers/media/dvb-frontends/mn88473.c 	if_val[0] = (uitmp >> 16) & 0xff;
uitmp             105 drivers/media/dvb-frontends/mn88473.c 	if_val[1] = (uitmp >>  8) & 0xff;
uitmp             106 drivers/media/dvb-frontends/mn88473.c 	if_val[2] = (uitmp >>  0) & 0xff;
uitmp             465 drivers/media/dvb-frontends/mn88473.c 	unsigned int uitmp;
uitmp             472 drivers/media/dvb-frontends/mn88473.c 	ret = regmap_read(dev->regmap[0], 0xf5, &uitmp);
uitmp             476 drivers/media/dvb-frontends/mn88473.c 	if (!(uitmp & 0x01))
uitmp             506 drivers/media/dvb-frontends/mn88473.c 	ret = regmap_read(dev->regmap[0], 0xf8, &uitmp);
uitmp             510 drivers/media/dvb-frontends/mn88473.c 	if (uitmp & 0x10) {
uitmp             615 drivers/media/dvb-frontends/mn88473.c 	unsigned int uitmp;
uitmp             687 drivers/media/dvb-frontends/mn88473.c 	ret = regmap_read(dev->regmap[2], 0xff, &uitmp);
uitmp             691 drivers/media/dvb-frontends/mn88473.c 	dev_dbg(&client->dev, "chip id=%02x\n", uitmp);
uitmp             693 drivers/media/dvb-frontends/mn88473.c 	if (uitmp != 0x03) {
uitmp              44 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp              64 drivers/media/dvb-frontends/tda10071.c 	for (i = 1000, uitmp = 1; i && uitmp; i--) {
uitmp              65 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x1f, &uitmp);
uitmp             186 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             201 drivers/media/dvb-frontends/tda10071.c 	for (i = 500, uitmp = 0; i && !uitmp; i--) {
uitmp             202 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x47, &uitmp);
uitmp             205 drivers/media/dvb-frontends/tda10071.c 		uitmp = (uitmp >> 0) & 1;
uitmp             246 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             256 drivers/media/dvb-frontends/tda10071.c 	for (i = 500, uitmp = 0; i && !uitmp; i--) {
uitmp             257 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x47, &uitmp);
uitmp             260 drivers/media/dvb-frontends/tda10071.c 		uitmp = (uitmp >> 1) & 1;
uitmp             272 drivers/media/dvb-frontends/tda10071.c 	ret = regmap_read(dev->regmap, 0x46, &uitmp);
uitmp             276 drivers/media/dvb-frontends/tda10071.c 	reply->msg_len = uitmp & 0x1f; /* [4:0] */
uitmp             306 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             330 drivers/media/dvb-frontends/tda10071.c 	for (i = 500, uitmp = 0; i && !uitmp; i--) {
uitmp             331 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x47, &uitmp);
uitmp             334 drivers/media/dvb-frontends/tda10071.c 		uitmp = (uitmp >> 0) & 1;
uitmp             370 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             380 drivers/media/dvb-frontends/tda10071.c 	ret = regmap_read(dev->regmap, 0x39, &uitmp);
uitmp             385 drivers/media/dvb-frontends/tda10071.c 	if (uitmp & 0x02) /* demod PLL */
uitmp             387 drivers/media/dvb-frontends/tda10071.c 	if (uitmp & 0x04) /* viterbi or LDPC*/
uitmp             389 drivers/media/dvb-frontends/tda10071.c 	if (uitmp & 0x08) /* RS or BCH */
uitmp             404 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x50, &uitmp);
uitmp             409 drivers/media/dvb-frontends/tda10071.c 		c->strength.stat[0].svalue = (int) (uitmp - 256) * 1000;
uitmp             448 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, reg, &uitmp);
uitmp             452 drivers/media/dvb-frontends/tda10071.c 		if (dev->meas_count == uitmp) {
uitmp             453 drivers/media/dvb-frontends/tda10071.c 			dev_dbg(&client->dev, "meas not ready=%02x\n", uitmp);
uitmp             457 drivers/media/dvb-frontends/tda10071.c 			dev->meas_count = uitmp;
uitmp             514 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             517 drivers/media/dvb-frontends/tda10071.c 		uitmp = div_s64(c->strength.stat[0].svalue, 1000) + 256;
uitmp             518 drivers/media/dvb-frontends/tda10071.c 		uitmp = clamp(uitmp, 181U, 236U); /* -75dBm - -20dBm */
uitmp             520 drivers/media/dvb-frontends/tda10071.c 		*strength = (uitmp-181) * 0xffff / (236-181);
uitmp             756 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp             909 drivers/media/dvb-frontends/tda10071.c 		ret = regmap_read(dev->regmap, 0x51, &uitmp);
uitmp             913 drivers/media/dvb-frontends/tda10071.c 		if (uitmp) {
uitmp            1153 drivers/media/dvb-frontends/tda10071.c 	unsigned int uitmp;
uitmp            1180 drivers/media/dvb-frontends/tda10071.c 	ret = regmap_read(dev->regmap, 0xff, &uitmp);
uitmp            1183 drivers/media/dvb-frontends/tda10071.c 	if (uitmp != 0x0f) {
uitmp            1189 drivers/media/dvb-frontends/tda10071.c 	ret = regmap_read(dev->regmap, 0xdd, &uitmp);
uitmp            1192 drivers/media/dvb-frontends/tda10071.c 	if (uitmp != 0x00) {
uitmp            1198 drivers/media/dvb-frontends/tda10071.c 	ret = regmap_read(dev->regmap, 0xfe, &uitmp);
uitmp            1201 drivers/media/dvb-frontends/tda10071.c 	if (uitmp != 0x01) {
uitmp             486 drivers/media/tuners/e4000.c 	unsigned int uitmp;
uitmp             488 drivers/media/tuners/e4000.c 	ret = regmap_read(dev->regmap, 0x07, &uitmp);
uitmp             492 drivers/media/tuners/e4000.c 	dev->pll_lock->val = (uitmp & 0x01);
uitmp             619 drivers/media/tuners/e4000.c 	unsigned int uitmp;
uitmp             641 drivers/media/tuners/e4000.c 	ret = regmap_read(dev->regmap, 0x02, &uitmp);
uitmp             645 drivers/media/tuners/e4000.c 	dev_dbg(&client->dev, "chip id=%02x\n", uitmp);
uitmp             647 drivers/media/tuners/e4000.c 	if (uitmp != 0x40) {
uitmp              32 drivers/media/tuners/fc2580.c 	unsigned int uitmp, div_ref, div_ref_val, div_n, k, k_cw, div_out;
uitmp              90 drivers/media/tuners/fc2580.c 	uitmp = DIV_PRE_N * F_REF / div_ref;
uitmp              91 drivers/media/tuners/fc2580.c 	div_n = div_u64_rem(f_vco, uitmp, &k);
uitmp              92 drivers/media/tuners/fc2580.c 	k_cw = div_u64((u64) k * 0x100000, uitmp);
uitmp             239 drivers/media/tuners/fc2580.c 	uitmp = (unsigned int) 8058000 - (dev->f_bandwidth * 122 / 100 / 2);
uitmp             240 drivers/media/tuners/fc2580.c 	uitmp = div64_u64((u64) dev->clk * uitmp, 1000000000000ULL);
uitmp             241 drivers/media/tuners/fc2580.c 	ret = regmap_write(dev->regmap, 0x37, uitmp);
uitmp             250 drivers/media/tuners/fc2580.c 	for (uitmp = ~0xc0; !time_after(jiffies, timeout) && uitmp != 0xc0;) {
uitmp             257 drivers/media/tuners/fc2580.c 		ret = regmap_read(dev->regmap, 0x2f, &uitmp);
uitmp             260 drivers/media/tuners/fc2580.c 		uitmp &= 0xc0;
uitmp             266 drivers/media/tuners/fc2580.c 	if (uitmp != 0xc0)
uitmp             267 drivers/media/tuners/fc2580.c 		dev_dbg(&client->dev, "filter did not lock %02x\n", uitmp);
uitmp             516 drivers/media/tuners/fc2580.c 	unsigned int uitmp;
uitmp             540 drivers/media/tuners/fc2580.c 	ret = regmap_read(dev->regmap, 0x01, &uitmp);
uitmp             544 drivers/media/tuners/fc2580.c 	dev_dbg(&client->dev, "chip_id=%02x\n", uitmp);
uitmp             546 drivers/media/tuners/fc2580.c 	switch (uitmp) {
uitmp              87 drivers/media/tuners/msi001.c 	unsigned int uitmp, div_n, k, k_thresh, k_frac, div_lo, f_if1;
uitmp             216 drivers/media/tuners/msi001.c 	uitmp = gcd(k_thresh, k_frac);
uitmp             217 drivers/media/tuners/msi001.c 	k_thresh /= uitmp;
uitmp             218 drivers/media/tuners/msi001.c 	k_frac /= uitmp;
uitmp             221 drivers/media/tuners/msi001.c 	uitmp = DIV_ROUND_UP(k_thresh, 4095);
uitmp             222 drivers/media/tuners/msi001.c 	k_thresh = DIV_ROUND_CLOSEST(k_thresh, uitmp);
uitmp             223 drivers/media/tuners/msi001.c 	k_frac = DIV_ROUND_CLOSEST(k_frac, uitmp);
uitmp             226 drivers/media/tuners/msi001.c 	uitmp = (unsigned int) F_REF * DIV_PRE_N * div_n;
uitmp             227 drivers/media/tuners/msi001.c 	uitmp += (unsigned int) F_REF * DIV_PRE_N * k_frac / k_thresh;
uitmp             228 drivers/media/tuners/msi001.c 	uitmp /= div_lo;
uitmp             232 drivers/media/tuners/msi001.c 		f_rf, uitmp, f_vco, div_n, k_thresh, k_frac, div_lo);
uitmp              78 drivers/media/tuners/si2157.c 	unsigned int uitmp, chip_id;
uitmp              90 drivers/media/tuners/si2157.c 	uitmp = cmd.args[2] << 0 | cmd.args[3] << 8;
uitmp              91 drivers/media/tuners/si2157.c 	dev_dbg(&client->dev, "if_frequency kHz=%u\n", uitmp);
uitmp              93 drivers/media/tuners/si2157.c 	if (uitmp == dev->if_frequency / 1000)
uitmp             240 drivers/media/usb/hackrf/hackrf.c 	unsigned int uitmp, uitmp1, uitmp2;
uitmp             300 drivers/media/usb/hackrf/hackrf.c 			uitmp = dev->f_adc;
uitmp             302 drivers/media/usb/hackrf/hackrf.c 			uitmp = dev->rx_bandwidth->val;
uitmp             305 drivers/media/usb/hackrf/hackrf.c 			if (uitmp <= bandwidth_lut[i].freq) {
uitmp             306 drivers/media/usb/hackrf/hackrf.c 				uitmp = bandwidth_lut[i].freq;
uitmp             310 drivers/media/usb/hackrf/hackrf.c 		dev->rx_bandwidth->val = uitmp;
uitmp             311 drivers/media/usb/hackrf/hackrf.c 		dev->rx_bandwidth->cur.val = uitmp;
uitmp             312 drivers/media/usb/hackrf/hackrf.c 		dev_dbg(&intf->dev, "RX bandwidth selected=%u\n", uitmp);
uitmp             316 drivers/media/usb/hackrf/hackrf.c 			uitmp = dev->f_dac;
uitmp             318 drivers/media/usb/hackrf/hackrf.c 			uitmp = dev->tx_bandwidth->val;
uitmp             321 drivers/media/usb/hackrf/hackrf.c 			if (uitmp <= bandwidth_lut[i].freq) {
uitmp             322 drivers/media/usb/hackrf/hackrf.c 				uitmp = bandwidth_lut[i].freq;
uitmp             326 drivers/media/usb/hackrf/hackrf.c 		dev->tx_bandwidth->val = uitmp;
uitmp             327 drivers/media/usb/hackrf/hackrf.c 		dev->tx_bandwidth->cur.val = uitmp;
uitmp             328 drivers/media/usb/hackrf/hackrf.c 		dev_dbg(&intf->dev, "TX bandwidth selected=%u\n", uitmp);
uitmp             331 drivers/media/usb/hackrf/hackrf.c 		uitmp = 0;
uitmp             333 drivers/media/usb/hackrf/hackrf.c 	if (uitmp) {
uitmp             335 drivers/media/usb/hackrf/hackrf.c 		uitmp1 |= ((uitmp >>  0) & 0xff) << 0;
uitmp             336 drivers/media/usb/hackrf/hackrf.c 		uitmp1 |= ((uitmp >>  8) & 0xff) << 8;
uitmp             337 drivers/media/usb/hackrf/hackrf.c 		uitmp2 |= ((uitmp >> 16) & 0xff) << 0;
uitmp             338 drivers/media/usb/hackrf/hackrf.c 		uitmp2 |= ((uitmp >> 24) & 0xff) << 8;
uitmp            1095 drivers/media/usb/hackrf/hackrf.c 	unsigned int uitmp;
uitmp            1101 drivers/media/usb/hackrf/hackrf.c 		uitmp = clamp(f->frequency, bands_adc_dac[0].rangelow,
uitmp            1104 drivers/media/usb/hackrf/hackrf.c 			dev->f_adc = uitmp;
uitmp            1107 drivers/media/usb/hackrf/hackrf.c 			dev->f_dac = uitmp;
uitmp            1111 drivers/media/usb/hackrf/hackrf.c 		uitmp = clamp(f->frequency, bands_rx_tx[0].rangelow,
uitmp            1114 drivers/media/usb/hackrf/hackrf.c 			dev->f_rx = uitmp;
uitmp            1117 drivers/media/usb/hackrf/hackrf.c 			dev->f_tx = uitmp;