Home
last modified time | relevance | path

Searched defs:tmp (Results 51 – 75 of 2396) sorted by relevance

12345678910>>...96

/linux/drivers/gpu/drm/radeon/
H A Devergreen.c1300 u32 tmp = 0; in dce4_program_fmt() local
1679 u32 tmp; in evergreen_pm_prepare() local
1704 u32 tmp; in evergreen_pm_finish() local
1769 u32 tmp = DC_HPDx_CONNECTION_TIMER(0x9c4) | in evergreen_hpd_init() local
1831 u32 tmp, buffer_alloc, i; in evergreen_line_buffer_adjust() local
1919 u32 tmp = RREG32(MC_SHARED_CHMAP); in evergreen_get_number_of_dram_channels() local
2169 u32 tmp, arb_control3; in evergreen_program_watermarks() local
2362 u32 tmp; in evergreen_mc_wait_for_idle() local
2380 u32 tmp; in evergreen_pcie_gart_tlb_flush() local
2402 u32 tmp; in evergreen_pcie_gart_enable() local
[all …]
H A Drs400.c67 uint32_t tmp; in rs400_gart_tlb_flush() local
114 uint32_t tmp; in rs400_gart_enable() local
200 uint32_t tmp; in rs400_gart_disable() local
244 uint32_t tmp; in rs400_mc_wait_for_idle() local
326 uint32_t tmp; in rs400_debugfs_gart_info_show() local
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.c58 unsigned int tmp = 0; in discard_emulation_prevention_three_byte() local
131 unsigned int tmp = 0; in rbsp_read_bits() local
168 unsigned int tmp = 0; in rbsp_read_uev() local
208 unsigned int tmp; in rbsp_read_sev() local
226 unsigned int tmp; in rbsp_write_sev() local
258 int tmp = rbsp_read_bit(rbsp); in __rbsp_read_bit() local
/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpuidle_sysfs.c79 void fix_up_intel_idle_driver_name(char *tmp, int num) in fix_up_intel_idle_driver_name()
128 void map_power_idle_state_name(char *tmp) in map_power_idle_state_name()
138 void map_power_idle_state_name(char *tmp) { } in map_power_idle_state_name()
144 char *tmp; in cpuidle_register() local
/linux/drivers/video/fbdev/kyro/
H A DSTG4000VTG.c19 u32 tmp; in DisableVGA() local
40 u32 tmp = 0; in StopVTG() local
50 u32 tmp = 0; in StartVTG() local
62 u32 tmp = 0; in SetupVTG() local
H A DSTG4000Ramdac.c29 u32 tmp = 0; in InitialiseRamdac() local
149 u32 tmp; in DisableRamdacOutput() local
158 u32 tmp; in EnableRamdacOutput() local
/linux/arch/arm/boot/compressed/
H A Dhead.S37 .macro writeb, ch, rb, tmp
43 .macro writeb, ch, rb, tmp
49 .macro writeb, ch, rb, tmp
58 .macro writeb, ch, rb, tmp
170 .macro be32tocpu, val, tmp
690 .macro dcache_line_size, reg, tmp
/linux/drivers/net/ethernet/rocker/
H A Drocker_tlv.h141 u8 tmp = value; /* work around GCC PR81715 */ in rocker_tlv_put_u8() local
149 u16 tmp = value; in rocker_tlv_put_u16() local
157 __be16 tmp = value; in rocker_tlv_put_be16() local
165 u32 tmp = value; in rocker_tlv_put_u32() local
173 __be32 tmp = value; in rocker_tlv_put_be32() local
181 u64 tmp = value; in rocker_tlv_put_u64() local
/linux/drivers/video/fbdev/
H A Datafb_utils.h93 long tmp; in fb_memclear() local
158 long tmp; in fb_memmove() local
190 long tmp; in fb_memmove() local
282 u32 tmp = m[0]; in fill8_col() local
303 u32 fgm[2], bgm[2], tmp; in fill8_2col() local
/linux/sound/isa/gus/
H A Dgus_timer.c20 unsigned char tmp; in snd_gf1_timer1_start() local
38 unsigned char tmp; in snd_gf1_timer1_stop() local
56 unsigned char tmp; in snd_gf1_timer2_start() local
74 unsigned char tmp; in snd_gf1_timer2_stop() local
/linux/drivers/media/dvb-frontends/
H A Dec100.c80 u8 tmp, tmp2; in ec100_set_frontend() local
167 u8 tmp; in ec100_read_status() local
203 u8 tmp, tmp2; in ec100_read_ber() local
235 u8 tmp; in ec100_read_signal_strength() local
276 u8 tmp; in ec100_attach() local
/linux/tools/crypto/ccp/
H A Ddbc.c23 struct dbc_user_nonce tmp = { in get_nonce() local
41 struct dbc_user_setuid tmp; in set_uid() local
56 struct dbc_user_param tmp = { in process_param() local
/linux/arch/arm/mach-exynos/
H A Dpm.c52 unsigned long tmp; in exynos_cpu_save_register() local
69 unsigned long tmp; in exynos_cpu_restore_register() local
88 unsigned long tmp; in exynos_pm_central_suspend() local
98 unsigned long tmp; in exynos_pm_central_resume() local
/linux/drivers/misc/ocxl/
H A Dmmio.c112 u32 tmp; in ocxl_global_mmio_set32() local
143 u64 tmp; in ocxl_global_mmio_set64() local
174 u32 tmp; in ocxl_global_mmio_clear32() local
206 u64 tmp; in ocxl_global_mmio_clear64() local
/linux/drivers/phy/mediatek/
H A Dphy-mtk-io.h16 u32 tmp = readl(reg); in mtk_phy_clear_bits() local
24 u32 tmp = readl(reg); in mtk_phy_set_bits() local
32 u32 tmp = readl(reg); in mtk_phy_update_bits() local
/linux/include/net/
H A Dnetlink.h1356 u8 tmp = value; nla_put_u8() local
1369 u16 tmp = value; nla_put_u16() local
1382 __be16 tmp = value; nla_put_be16() local
1395 __be16 tmp = value; nla_put_net16() local
1408 __le16 tmp = value; nla_put_le16() local
1421 u32 tmp = value; nla_put_u32() local
1450 __be32 tmp = value; nla_put_be32() local
1463 __be32 tmp = value; nla_put_net32() local
1476 __le32 tmp = value; nla_put_le32() local
1491 u64 tmp = value; nla_put_u64_64bit() local
1506 __be64 tmp = value; nla_put_be64() local
1521 __be64 tmp = value; nla_put_net64() local
1537 __le64 tmp = value; nla_put_le64() local
1550 s8 tmp = value; nla_put_s8() local
1563 s16 tmp = value; nla_put_s16() local
1576 s32 tmp = value; nla_put_s32() local
1591 s64 tmp = value; nla_put_s64() local
1644 u64 tmp = jiffies_to_msecs(njiffies); nla_put_msecs() local
1659 __be32 tmp = addr; nla_put_in_addr() local
1687 struct nla_bitfield32 tmp = { value, selector, }; nla_put_bitfield32() local
1863 u64 tmp; nla_get_u64() local
1915 __be64 tmp; nla_get_be64() local
2036 s64 tmp; nla_get_s64() local
2149 struct in6_addr tmp; nla_get_in6_addr() local
2161 struct nla_bitfield32 tmp; nla_get_bitfield32() local
[all...]
/linux/arch/csky/include/asm/
H A Datomic.h106 int prev, tmp; local
130 int rc, tmp; in arch_atomic_inc_unless_negative() local
155 int rc, tmp; in arch_atomic_dec_unless_positive() local
179 int dec, tmp; in arch_atomic_dec_if_positive() local
/linux/arch/arm/include/asm/
H A Dspinlock.h58 unsigned long tmp; in arch_spin_lock() local
141 unsigned long tmp; in arch_write_lock() local
209 unsigned long tmp, tmp2; in arch_read_lock() local
229 unsigned long tmp, tmp2; in arch_read_unlock() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dlsdma_v7_0.c45 uint32_t tmp; in lsdma_v7_0_copy_mem() local
78 uint32_t tmp; in lsdma_v7_0_fill_mem() local
107 uint32_t tmp; in lsdma_v7_0_update_memory_power_gating() local
H A Dlsdma_v6_0.c45 uint32_t tmp; in lsdma_v6_0_copy_mem() local
78 uint32_t tmp; in lsdma_v6_0_fill_mem() local
107 uint32_t tmp; in lsdma_v6_0_update_memory_power_gating() local
/linux/arch/s390/kernel/
H A Dmodule.c199 unsigned char tmp = val; in apply_rela_bits() local
202 unsigned short tmp = (val & 0xfff) | in apply_rela_bits() local
206 unsigned short tmp = val; in apply_rela_bits() local
209 unsigned int tmp = (val & 0xfff) << 16 | in apply_rela_bits() local
213 unsigned int tmp = val; in apply_rela_bits() local
216 unsigned long tmp = val; in apply_rela_bits() local
/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
/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 …]
/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
/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

12345678910>>...96