| /linux/drivers/soc/fsl/qe/ |
| H A D | qe_io.c | 53 u32 tmp_val; in __par_io_config_pin() local 59 tmp_val = ioread32be(&par_io->cpodr); in __par_io_config_pin() 61 iowrite32be(pin_mask1bit | tmp_val, &par_io->cpodr); in __par_io_config_pin() 63 iowrite32be(~pin_mask1bit & tmp_val, &par_io->cpodr); in __par_io_config_pin() 66 tmp_val = (pin > (QE_PIO_PINS / 2) - 1) ? in __par_io_config_pin() 80 iowrite32be(~pin_mask2bits & tmp_val, &par_io->cpdir2); in __par_io_config_pin() 81 tmp_val &= ~pin_mask2bits; in __par_io_config_pin() 82 iowrite32be(new_mask2bits | tmp_val, &par_io->cpdir2); in __par_io_config_pin() 84 iowrite32be(~pin_mask2bits & tmp_val, &par_io->cpdir1); in __par_io_config_pin() 85 tmp_val &= ~pin_mask2bits; in __par_io_config_pin() [all …]
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_awg_utils.c | 158 long int val, tmp_val; in sti_awg_generate_code_data_enable_mode() local 170 tmp_val = timing->active_lines - 1; in sti_awg_generate_code_data_enable_mode() 172 while (tmp_val > 0) { in sti_awg_generate_code_data_enable_mode() 177 min_t(int, AWG_MAX_ARG, tmp_val), in sti_awg_generate_code_data_enable_mode() 179 tmp_val -= AWG_MAX_ARG; in sti_awg_generate_code_data_enable_mode()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 58 unsigned int *tmp_val = (unsigned int *)data; in tas2781_apply_calib() local 70 if (tmp_val[0] == 2781) { in tas2781_apply_calib() 95 crc = crc32(~0, data, (3 + tmp_val[1] * 6) * 4) ^ ~0; in tas2781_apply_calib() 97 if (crc != tmp_val[3 + tmp_val[1] * 6]) { in tas2781_apply_calib() 102 node_num = tmp_val[1]; in tas2781_apply_calib() 106 if (tmp_val[oft] == TASDEV_UEFI_CALI_REG_ADDR_FLG) { in tas2781_apply_calib() 141 if (crc != tmp_val[21]) { in tas2781_apply_calib()
|
| /linux/drivers/rtc/ |
| H A D | rtc-rx8581.c | 203 unsigned int tmp_val; in rx85x1_nvram_read() local 206 ret = regmap_read(regmap, RX8581_REG_RAM, &tmp_val); in rx85x1_nvram_read() 207 (*(unsigned char *)val) = (unsigned char) tmp_val; in rx85x1_nvram_read() 216 unsigned char tmp_val; in rx85x1_nvram_write() local 218 tmp_val = *((unsigned char *)val); in rx85x1_nvram_write() 219 return regmap_write(regmap, RX8581_REG_RAM, (unsigned int)tmp_val); in rx85x1_nvram_write()
|
| H A D | rtc-pcf85363.c | 344 unsigned int tmp_val; in pcf85x63_nvram_read() local 347 ret = regmap_read(pcf85363->regmap, CTRL_RAMBYTE, &tmp_val); in pcf85x63_nvram_read() 348 (*(unsigned char *) val) = (unsigned char) tmp_val; in pcf85x63_nvram_read() 357 unsigned char tmp_val; in pcf85x63_nvram_write() local 359 tmp_val = *((unsigned char *)val); in pcf85x63_nvram_write() 361 (unsigned int)tmp_val); in pcf85x63_nvram_write()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space.c | 157 u32 value = 0, tmp_val; in xen_pcibk_config_read() local 187 &tmp_val); in xen_pcibk_config_read() 191 value = merge_value(value, tmp_val, in xen_pcibk_config_read() 210 u32 tmp_val; in xen_pcibk_config_write() local 227 &tmp_val); in xen_pcibk_config_write() 231 tmp_val = merge_value(tmp_val, value, get_mask(size), in xen_pcibk_config_write() 235 tmp_val); in xen_pcibk_config_write()
|
| /linux/drivers/pinctrl/ti/ |
| H A D | pinctrl-ti-iodelay.c | 219 u32 reg_mask, reg_val, tmp_val; in ti_iodelay_pinconf_set() local 242 tmp_val = c_elements << __ffs(reg->binary_data_coarse_mask); in ti_iodelay_pinconf_set() 243 if (tmp_val & ~reg->binary_data_coarse_mask) { in ti_iodelay_pinconf_set() 245 tmp_val); in ti_iodelay_pinconf_set() 246 tmp_val &= reg->binary_data_coarse_mask; in ti_iodelay_pinconf_set() 248 reg_val |= tmp_val; in ti_iodelay_pinconf_set() 251 tmp_val = f_elements << __ffs(reg->binary_data_fine_mask); in ti_iodelay_pinconf_set() 252 if (tmp_val & ~reg->binary_data_fine_mask) { in ti_iodelay_pinconf_set() 254 tmp_val); in ti_iodelay_pinconf_set() 255 tmp_val &= reg->binary_data_fine_mask; in ti_iodelay_pinconf_set() [all …]
|
| /linux/drivers/pci/controller/ |
| H A D | pci-thunder-pem.c | 41 u64 read_val, tmp_val; in thunder_pem_bridge_read() local 84 tmp_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD); in thunder_pem_bridge_read() 85 tmp_val >>= 32; in thunder_pem_bridge_read() 86 if (!(tmp_val & (0x1f << 25))) in thunder_pem_bridge_read()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2783-sdw.c | 603 u32 *tmp_val; in tas2783_validate_calibdata() local 607 tmp_val = (u32 *)data; in tas2783_validate_calibdata() 608 if (tmp_val[i++] != 2783) { in tas2783_validate_calibdata() 613 spk_count = tmp_val[i++]; in tas2783_validate_calibdata() 619 ts = tmp_val[i++]; in tas2783_validate_calibdata() 639 crc_read = tmp_val[(size_calculated - TAS2783_CALIB_CRC_SZ) / sizeof(u32)]; in tas2783_validate_calibdata() 687 u32 attr, i, *tmp_val; in tas2783_update_calibdata() local 694 tmp_val = (u32 *)tas_dev->cali_data.data; in tas2783_update_calibdata() 732 tas2783_set_calib_params_to_device(tas_dev, tmp_val); in tas2783_update_calibdata()
|
| /linux/drivers/iio/dac/ |
| H A D | ad3552r.c | 149 u16 tmp_val; in ad3552r_read_raw() local 157 &tmp_val); in ad3552r_read_raw() 161 *val = tmp_val; in ad3552r_read_raw() 166 &tmp_val); in ad3552r_read_raw() 170 *val = !((tmp_val & AD3552R_MASK_CH_DAC_POWERDOWN(ch)) >> in ad3552r_read_raw()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 127 u32 tmp_val = 0; in vfio_user_config_read() local 134 tmp_val = tmp; in vfio_user_config_read() 141 tmp_val = tmp; in vfio_user_config_read() 145 ret = pci_user_read_config_dword(pdev, offset, &tmp_val); in vfio_user_config_read() 149 *val = cpu_to_le32(tmp_val); in vfio_user_config_read() 158 u32 tmp_val = le32_to_cpu(val); in vfio_user_config_write() local 162 ret = pci_user_write_config_byte(pdev, offset, tmp_val); in vfio_user_config_write() 165 ret = pci_user_write_config_word(pdev, offset, tmp_val); in vfio_user_config_write() 168 ret = pci_user_write_config_dword(pdev, offset, tmp_val); in vfio_user_config_write() 538 u32 tmp_val = le32_to_cpu(*val); in vfio_basic_config_read() local [all …]
|
| /linux/drivers/remoteproc/ |
| H A D | imx_dsp_rproc.c | 836 u32 tmp_val = value; in imx_dsp_rproc_memset() local 845 tmp_val |= tmp_val << 8; in imx_dsp_rproc_memset() 846 tmp_val |= tmp_val << 16; in imx_dsp_rproc_memset() 852 writel(tmp_val, tmp_dst++); in imx_dsp_rproc_memset() 865 tmp |= (tmp_val & affected_mask); in imx_dsp_rproc_memset()
|
| /linux/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 381 u64 tmp_val; in nvgrace_gpu_get_read_value() local 383 tmp_val = le64_to_cpu(val64); in nvgrace_gpu_get_read_value() 384 tmp_val &= ~(bar_size - 1); in nvgrace_gpu_get_read_value() 385 tmp_val |= flags; in nvgrace_gpu_get_read_value() 387 return cpu_to_le64(tmp_val); in nvgrace_gpu_get_read_value()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps_misaligned.c | 526 unsigned long tmp_var, tmp_val; in check_unaligned_access_emulated() local 532 : [tmp] "=r" (tmp_val) : [ptr] "r" (&tmp_var) : "memory"); in check_unaligned_access_emulated()
|
| /linux/drivers/regulator/ |
| H A D | max8997-regulator.c | 621 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local 653 tmp_val = -1; in max8997_set_voltage_buck() 661 tmp_val = new_val; in max8997_set_voltage_buck() 669 new_val = tmp_val; in max8997_set_voltage_buck()
|
| /linux/tools/perf/util/ |
| H A D | data-convert-bt.c | 318 unsigned long long tmp_val; in add_tracepoint_field_value() local 320 tmp_val = tep_read_number(fmtf->event->tep, in add_tracepoint_field_value() 322 offset = tmp_val; in add_tracepoint_field_value()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | cow.c | 596 __u64 tmp_val; in do_test_ro_pin() local 698 tmp_val = (__u64)(uintptr_t)tmp; in do_test_ro_pin() 699 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_READ, &tmp_val); in do_test_ro_pin()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_port.c | 968 u32 tmp_val; in init_low_level_driver() local 978 tmp_val = (u32)((port->internal_buf_offset % OFFSET_UNITS) ? in init_low_level_driver() 981 port->internal_buf_offset = (u8)(tmp_val * OFFSET_UNITS); in init_low_level_driver()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 6241 u64 tmp_val; in vm_stat_get() local 6246 kvm_get_stat_per_vm(kvm, offset, &tmp_val); in vm_stat_get() 6247 *val += tmp_val; in vm_stat_get() 6277 u64 tmp_val; in vcpu_stat_get() local 6282 kvm_get_stat_per_vcpu(kvm, offset, &tmp_val); in vcpu_stat_get() 6283 *val += tmp_val; in vcpu_stat_get()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 12891 u32 lfa_sts, cfg_idx, tmp_val; in bnx2x_cannot_avoid_link_flap() local 12918 tmp_val = REG_RD(bp, params->lfa_base + in bnx2x_cannot_avoid_link_flap() 12920 tmp_val &= ~REQ_FC_AUTO_ADV_MASK; in bnx2x_cannot_avoid_link_flap() 12921 tmp_val |= params->req_fc_auto_adv; in bnx2x_cannot_avoid_link_flap() 12924 offsetof(struct shmem_lfa, additional_config), tmp_val); in bnx2x_cannot_avoid_link_flap()
|