Home
last modified time | relevance | path

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

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