Searched refs:tmp_value (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dpac1934.c598 u16 tmp_value; local
685 tmp_value = get_unaligned_be16(offset_reg_data_p);
688 reg_data->vbus[cnt] = sign_extend32((u32)(tmp_value), 15);
690 reg_data->vbus[cnt] = tmp_value;
700 tmp_value = get_unaligned_be16(offset_reg_data_p);
703 reg_data->vsense[cnt] = sign_extend32((u32)(tmp_value), 15);
705 reg_data->vsense[cnt] = tmp_value;
715 tmp_value = get_unaligned_be16(offset_reg_data_p);
718 reg_data->vbus_avg[cnt] = sign_extend32((u32)(tmp_value), 15);
720 reg_data->vbus_avg[cnt] = tmp_value;
[all...]
/linux-master/drivers/video/backlight/
H A Dmp3309c.c203 unsigned int tmp_value; local
296 ret = device_property_read_u32(dev, "mps,overvoltage-protection-microvolt", &tmp_value);
298 switch (tmp_value) {
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c163 u8 tmp_value; local
170 tmp_value = sdata->sensor_settings->pw.value_on;
179 tmp_value = odr_out.value;
184 sdata->sensor_settings->pw.mask, tmp_value);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c386 u32 tmp_value, tmp_mask; local
413 tmp_value = be32_to_cpu(uip_value->l4_4_bytes);
417 *(__be16 *)(key + off) = htons(tmp_value >> 16);
422 *(__be16 *)(key + off) = htons(tmp_value & 0xFFFF);
/linux-master/arch/x86/kernel/apic/
H A Dapic.c276 unsigned int lvtt_value, tmp_value; local
311 tmp_value = apic_read(APIC_TDCR);
313 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) |
/linux-master/net/core/
H A Dpktgen.c1786 __u32 tmp_value = 0; local
1787 len = hex32_arg(&user_buffer[i], 2, &tmp_value);
1793 pkt_dev->tos = tmp_value;
1802 __u32 tmp_value = 0; local
1803 len = hex32_arg(&user_buffer[i], 2, &tmp_value);
1809 pkt_dev->traffic_class = tmp_value;

Completed in 287 milliseconds