/linux-4.1.27/drivers/media/tuners/ |
D | it913x.c | 43 unsigned int utmp; in it913x_init() local 56 ret = regmap_read(dev->regmap, 0x80ec86, &utmp); in it913x_init() 60 switch (utmp) { in it913x_init() 63 dev->clk_mode = utmp; in it913x_init() 70 dev->clk_mode = utmp; in it913x_init() 76 dev_err(&dev->client->dev, "unknown clock identifier %d\n", utmp); in it913x_init() 80 ret = regmap_read(dev->regmap, 0x80ed03, &utmp); in it913x_init() 84 else if (utmp < ARRAY_SIZE(nv)) in it913x_init() 85 nv_val = nv[utmp]; in it913x_init() 96 utmp = (buf[1] << 8) | (buf[0] << 0); in it913x_init() [all …]
|
D | m88rs6000t.c | 41 unsigned int utmp; in m88rs6000t_set_demod_mclk() local 45 ret = regmap_read(dev->regmap, 0x15, &utmp); in m88rs6000t_set_demod_mclk() 48 reg15 = utmp; in m88rs6000t_set_demod_mclk() 107 ret = regmap_read(dev->regmap, 0x1D, &utmp); in m88rs6000t_set_demod_mclk() 110 reg1D = utmp; in m88rs6000t_set_demod_mclk() 164 unsigned int utmp; in m88rs6000t_set_pll_freq() local 276 ret = regmap_read(dev->regmap, 0x42, &utmp); in m88rs6000t_set_pll_freq() 279 reg42 = utmp; in m88rs6000t_set_pll_freq() 298 ret = regmap_read(dev->regmap, 0x42, &utmp); in m88rs6000t_set_pll_freq() 301 reg42buf = utmp; in m88rs6000t_set_pll_freq() [all …]
|
D | e4000.c | 379 unsigned int utmp; in e4000_pll_lock() local 381 ret = regmap_read(s->regmap, 0x07, &utmp); in e4000_pll_lock() 385 s->pll_lock->val = (utmp & 0x01); in e4000_pll_lock() 482 unsigned int utmp; in e4000_probe() local 506 ret = regmap_read(s->regmap, 0x02, &utmp); in e4000_probe() 510 dev_dbg(&s->client->dev, "chip id=%02x\n", utmp); in e4000_probe() 512 if (utmp != 0x40) { in e4000_probe()
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | mn88473.c | 176 unsigned int utmp; in mn88473_read_status() local 188 ret = regmap_read(dev->regmap[0], 0x62, &utmp); in mn88473_read_status() 191 if (!(utmp & 0xA0)) { in mn88473_read_status() 192 if ((utmp & 0xF) >= 0x03) in mn88473_read_status() 194 if ((utmp & 0xF) >= 0x09) in mn88473_read_status() 199 ret = regmap_read(dev->regmap[2], 0x8B, &utmp); in mn88473_read_status() 202 if (!(utmp & 0x40)) { in mn88473_read_status() 203 if ((utmp & 0xF) >= 0x07) in mn88473_read_status() 205 if ((utmp & 0xF) >= 0x0a) in mn88473_read_status() 207 if ((utmp & 0xF) >= 0x0d) in mn88473_read_status() [all …]
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | mn88472.c | 227 unsigned int utmp; in mn88472_read_status() local 239 ret = regmap_read(dev->regmap[0], 0x7F, &utmp); in mn88472_read_status() 242 if ((utmp & 0xF) >= 0x09) in mn88472_read_status() 246 ret = regmap_read(dev->regmap[2], 0x92, &utmp); in mn88472_read_status() 249 if ((utmp & 0xF) >= 0x07) in mn88472_read_status() 251 if ((utmp & 0xF) >= 0x0a) in mn88472_read_status() 253 if ((utmp & 0xF) >= 0x0d) in mn88472_read_status() 257 ret = regmap_read(dev->regmap[1], 0x84, &utmp); in mn88472_read_status() 260 if ((utmp & 0xF) >= 0x08) in mn88472_read_status() 443 unsigned int utmp; in mn88472_probe() local [all …]
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | ts2020.c | 461 unsigned int utmp; in ts2020_probe() local 482 utmp = ret; in ts2020_probe() 484 if ((utmp & 0x03) == 0x00) { in ts2020_probe() 501 utmp = ret; in ts2020_probe() 503 dev_dbg(&client->dev, "chip_id=%02x\n", utmp); in ts2020_probe() 505 switch (utmp) { in ts2020_probe()
|
D | m88ds3103.c | 992 unsigned int utmp; in m88ds3103_read_ber() local 1027 utmp = (buf[2] << 16) | (buf[1] << 8) | (buf[0] << 0); in m88ds3103_read_ber() 1029 if (utmp > 3000) { in m88ds3103_read_ber()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas-proc.c | 458 const unsigned int *utmp; in ppc_rtas_find_all_sensors() local 461 utmp = of_get_property(rtas_node, "rtas-sensors", &len); in ppc_rtas_find_all_sensors() 462 if (utmp == NULL) { in ppc_rtas_find_all_sensors() 470 sensors.sensor[i].token = *utmp++; in ppc_rtas_find_all_sensors() 471 sensors.sensor[i].quant = *utmp++; in ppc_rtas_find_all_sensors()
|
/linux-4.1.27/drivers/staging/iio/light/ |
D | tsl2583.c | 404 u8 utmp; in taos_chip_on() local 434 utmp = TSL258X_CNTL_PWR_ON; in taos_chip_on() 436 TSL258X_CMD_REG | TSL258X_CNTRL, utmp); in taos_chip_on() 458 utmp = TSL258X_CNTL_PWR_ON | TSL258X_CNTL_ADC_ENBL; in taos_chip_on() 461 utmp); in taos_chip_on()
|
D | tsl2x7x_core.c | 633 u8 utmp; in tsl2x7x_chip_on() local 700 utmp = TSL2X7X_CNTL_PWR_ON; in tsl2x7x_chip_on() 702 TSL2X7X_CMD_REG | TSL2X7X_CNTRL, utmp); in tsl2x7x_chip_on() 726 utmp = TSL2X7X_CNTL_PWR_ON | in tsl2x7x_chip_on() 730 TSL2X7X_CMD_REG | TSL2X7X_CNTRL, utmp); in tsl2x7x_chip_on()
|
/linux-4.1.27/arch/s390/kernel/ |
D | ptrace.c | 462 addr_t utmp; in arch_ptrace() local 463 if (get_user(utmp, in arch_ptrace() 466 ret = poke_user(child, addr, utmp); in arch_ptrace() 814 __u32 utmp; in compat_arch_ptrace() local 815 if (get_user(utmp, in compat_arch_ptrace() 818 ret = poke_user_compat(child, addr, utmp); in compat_arch_ptrace()
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 306 unsigned int utmp; in msi2500_convert_stream() local 312 utmp = se.x + 8192; in msi2500_convert_stream() 314 *u16dst++ = utmp << 2 | utmp >> 12; in msi2500_convert_stream()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 1715 u64 sum, utmp; in emmh32_final() local 1731 utmp = (stmp & 0xffffffffLL) - ((stmp >> 32) * 15); in emmh32_final() 1732 sum = utmp & 0xffffffffLL; in emmh32_final() 1733 if (utmp > 0x10000000fLL) in emmh32_final()
|