Home
last modified time | relevance | path

Searched refs:tmp_value (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/iio/common/st_sensors/
Dst_sensors_core.c151 u8 tmp_value; in st_sensors_set_enable() local
158 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable()
167 tmp_value = odr_out.value; in st_sensors_set_enable()
172 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c322 unsigned int lvtt_value, tmp_value; in __setup_APIC_LVTT() local
353 tmp_value = apic_read(APIC_TDCR); in __setup_APIC_LVTT()
355 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) | in __setup_APIC_LVTT()
/linux-4.1.27/net/core/
Dpktgen.c1696 __u32 tmp_value = 0; in pktgen_if_write() local
1697 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write()
1703 pkt_dev->tos = tmp_value; in pktgen_if_write()
1712 __u32 tmp_value = 0; in pktgen_if_write() local
1713 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write()
1719 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()