Home
last modified time | relevance | path

Searched defs:tmp (Results 101 – 125 of 4312) sorted by relevance

12345678910>>...173

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.c40 struct nvif_vma tmp = { .addr = vma->addr }; in nouveau_vma_map() local
67 struct nvif_vma tmp = { .addr = vma->addr, .size = 1 }; in nouveau_vma_del() local
82 struct nvif_vma tmp; in nouveau_vma_new() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dci_smc.c116 u32 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in ci_start_smc() local
124 u32 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in ci_reset_smc() local
139 u32 tmp = RREG32_SMC(SMC_SYSCON_CLOCK_CNTL_0); in ci_stop_smc_clock() local
148 u32 tmp = RREG32_SMC(SMC_SYSCON_CLOCK_CNTL_0); in ci_start_smc_clock() local
/openbmc/linux/arch/alpha/include/asm/
H A Dxchg.h20 unsigned long ret, tmp, addr64; in ____xchg() local
43 unsigned long ret, tmp, addr64; in ____xchg() local
131 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local
157 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dsimple_spinlock.h51 unsigned long tmp, token; in __arch_spin_trylock() local
161 long tmp; in __arch_read_trylock() local
185 long tmp, token; in __arch_write_trylock() local
243 long tmp; in arch_read_unlock() local
/openbmc/qemu/target/m68k/
H A Dtranslate.c417 TCGv tmp; in gen_lea_indexed() local
607 TCGv tmp; in gen_extend() local
709 TCGv tmp; in gen_lea_mode() local
933 TCGv tmp; in gen_load_fp() local
980 TCGv tmp; in gen_store_fp() local
1440 TCGv tmp; in DISAS_INSN() local
1455 TCGv tmp; in DISAS_INSN() local
1500 TCGv tmp; in DISAS_INSN() local
3719 int tmp; in DISAS_INSN() local
3743 int tmp; in DISAS_INSN() local
[all …]
/openbmc/linux/drivers/acpi/
H A Dwakeup.c40 struct acpi_device *dev, *tmp; in acpi_enable_wakeup_devices() local
65 struct acpi_device *dev, *tmp; in acpi_disable_wakeup_devices() local
85 struct acpi_device *dev, *tmp; in acpi_wakeup_device_init() local
/openbmc/u-boot/board/highbank/
H A Dahci.c83 u32 tmp; in cphy_spread_spectrum_override() local
99 u32 tmp; in cphy_tx_attenuation_override() local
122 u32 tmp; in cphy_disable_port_overrides() local
154 u32 tmp, k = 0; in cphy_override_lane() local
176 u32 tmp; in ahci_link_up() local
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dhwio.h169 __le32 tmp; in cw1200_reg_read_16() local
179 __le32 tmp = cpu_to_le32((u32)val); in cw1200_reg_write_16() local
186 __le32 tmp; in cw1200_reg_read_32() local
195 __le32 tmp = cpu_to_le32(val); in cw1200_reg_write_32() local
223 __le32 tmp; in cw1200_apb_read_32() local
232 __le32 tmp = cpu_to_le32(val); in cw1200_apb_write_32() local
238 __le32 tmp; in cw1200_ahb_read_32() local
/openbmc/linux/drivers/power/supply/
H A Dbd99954-charger.c184 int ret, tmp; in bd9995x_get_prop_batt_health() local
211 int ret, tmp; in bd9995x_get_prop_charge_type() local
234 int ret, tmp; in bd9995x_get_prop_batt_present() local
245 int ret, tmp; in bd9995x_get_prop_batt_voltage() local
258 int ret, tmp; in bd9995x_get_prop_batt_current() local
271 int ret, tmp; in bd9995x_get_prop_batt_temp() local
284 int ret, tmp; in bd9995x_power_supply_get_property() local
446 int i, ret, tmp; in bd9995x_get_chip_state() local
484 unsigned long tmp; in bd9995x_irq_handler_thread() local
608 u16 tmp = ALLRST | OTPLD; in __bd9995x_chip_reset() local
/openbmc/linux/drivers/clk/mmp/
H A Dclk-gate.c29 u32 tmp; in mmp_clk_gate_enable() local
55 u32 tmp; in mmp_clk_gate_disable() local
73 u32 tmp; in mmp_clk_gate_is_enabled() local
/openbmc/linux/net/bluetooth/
H A Decdh_helper.c49 u8 *tmp; in compute_ecdh_secret() local
103 u8 *buf, *tmp = NULL; in set_ecdh_privkey() local
149 u8 *tmp; in generate_ecdh_public_key() local
/openbmc/linux/net/caif/
H A Dcfctrl.c62 struct cfctrl_request_info *p, *tmp; in cfctrl_remove() local
143 struct cfctrl_request_info *p, *tmp, *first; in cfctrl_remove_req() local
337 struct cfctrl_request_info *p, *tmp; in cfctrl_cancel_req() local
383 u8 tmp; in cfctrl_recv() local
568 struct cfctrl_request_info *p, *tmp; in cfctrl_ctrlcmd() local
594 u8 linkid, linktype, tmp; in handle_loop() local
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
237 unsigned long res = 0, tmp; in __constant_copy_from_user() local
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
318 unsigned long res = 0, tmp; in __constant_copy_to_user() local
H A Dchecksum.h49 unsigned long tmp; in ip_fast_csum() local
69 unsigned int tmp = (__force u32)sum; in csum_fold() local
123 register unsigned long tmp; in csum_ipv6_magic() local
/openbmc/openpower-hw-diags/analyzer/
H A Dutil.hpp20 uint32_t tmp = 0; in operator >>() local
32 uint32_t tmp = htobe32(static_cast<uint32_t>(r) << 8); in operator <<() local
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_bmc.c9 u8 tmp; in mgag200_bmc_disable_vidrst() local
68 u8 tmp; in mgag200_bmc_enable_vidrst() local
/openbmc/linux/arch/sh/kernel/
H A Dio_trapped.c186 unsigned long long tmp = 0; in copy_word() local
225 unsigned long long tmp; in from_device() local
248 unsigned long long tmp; in to_device() local
274 int tmp; in handle_trapped_io() local
/openbmc/linux/arch/m68k/kernel/
H A Dptrace.c129 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable() local
144 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step() local
152 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step() local
165 unsigned long tmp; in arch_ptrace() local
/openbmc/linux/drivers/rtc/
H A Drtc-sh.c112 unsigned int tmp, pending; in __sh_rtc_interrupt() local
128 unsigned int tmp, pending; in __sh_rtc_alarm() local
143 unsigned int tmp, pending; in __sh_rtc_periodic() local
218 unsigned int tmp; in sh_rtc_setaie() local
237 unsigned int tmp; in sh_rtc_proc() local
252 unsigned int tmp; in sh_rtc_setcie() local
283 unsigned int tmp; in sh_rtc_read_time() local
339 unsigned int tmp; in sh_rtc_set_time() local
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp86 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
96 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
106 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
116 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
126 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
136 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
146 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
156 auto tmp = std::stoul(token.substr(i, 2), 0, 16); in fileNameToTimestamp() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dtonga_ih.c195 u32 wptr, tmp; in tonga_ih_get_wptr() local
365 u32 tmp = RREG32(mmSRBM_STATUS); in tonga_ih_is_idle() local
376 u32 tmp; in tonga_ih_wait_for_idle() local
393 u32 tmp = RREG32(mmSRBM_STATUS); in tonga_ih_check_soft_reset() local
438 u32 tmp; in tonga_ih_soft_reset() local
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_power_init.c362 uint32_t tmp, vbus_thresh, vbus_5vdetect, pwd_bo; in mxs_enable_4p2_dcdc_input() local
466 uint32_t tmp, tmp2; in mxs_power_init_4p2_regulator() local
594 uint32_t tmp; in mxs_power_enable_4p2() local
768 uint32_t tmp; in mxs_handle_5v_conflict() local
989 uint32_t tmp; in mxs_get_vddio_power_source_off() local
1024 uint32_t tmp; in mxs_get_vddd_power_source_off() local
1127 int adjust_up, tmp; in mxs_power_set_vddx() local
/openbmc/linux/drivers/ata/
H A Dsata_promise.c349 unsigned int tmp; in pdc_sata_port_start() local
362 u32 tmp; in pdc_fpdma_clear_interrupt_flag() local
377 u8 tmp; in pdc_fpdma_reset() local
396 u32 tmp; in pdc_not_at_command_packet_phase() local
420 u32 tmp; in pdc_reset_port() local
452 u8 tmp; in pdc_pata_cable_detect() local
697 u32 tmp; in pdc_freeze() local
732 u32 tmp; in pdc_thaw() local
786 u8 tmp; in pdc_hard_reset_port() local
916 unsigned int i, tmp; in pdc_interrupt() local
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dvec_helper.c25 S390Vector tmp = {}; in HELPER() local
55 S390Vector tmp = {}; in HELPER() local
175 S390Vector tmp; in HELPER() local
H A Dvec_fpu_helper.c118 S390Vector tmp = {}; in vop32_2() local
142 S390Vector tmp = {}; in vop64_2() local
167 S390Vector tmp = {}; in vop128_2() local
265 S390Vector tmp = {}; in vop32_3() local
288 S390Vector tmp = {}; in vop64_3() local
313 S390Vector tmp = {}; in vop128_3() local
420 S390Vector tmp = {}; in vfc32() local
452 S390Vector tmp = {}; in vfc64() local
486 S390Vector tmp = {}; in vfc128() local
536 S390Vector tmp = {}; in DEF_GVEC_VFC() local
[all …]

12345678910>>...173