Home
last modified time | relevance | path

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

/linux/drivers/iio/common/st_sensors/
A Dst_sensors_core.c159 u8 tmp_value; in st_sensors_set_enable() local
166 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable()
175 tmp_value = odr_out.value; in st_sensors_set_enable()
180 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c354 u32 tmp_value, tmp_mask; in dpaa2_eth_prep_uip_rule() local
381 tmp_value = be32_to_cpu(uip_value->l4_4_bytes); in dpaa2_eth_prep_uip_rule()
385 *(__be16 *)(key + off) = htons(tmp_value >> 16); in dpaa2_eth_prep_uip_rule()
390 *(__be16 *)(key + off) = htons(tmp_value & 0xFFFF); in dpaa2_eth_prep_uip_rule()
/linux/arch/x86/kernel/apic/
A Dapic.c335 unsigned int lvtt_value, tmp_value; in __setup_APIC_LVTT() local
364 tmp_value = apic_read(APIC_TDCR); in __setup_APIC_LVTT()
366 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) | in __setup_APIC_LVTT()
/linux/net/core/
A Dpktgen.c1764 __u32 tmp_value = 0; in pktgen_if_write() local
1765 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write()
1771 pkt_dev->tos = tmp_value; in pktgen_if_write()
1780 __u32 tmp_value = 0; in pktgen_if_write() local
1781 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write()
1787 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()

Completed in 16 milliseconds