Searched refs:temp (Results 26 - 50 of 147) sorted by relevance

123456

/arch/m68k/lib/
H A Dmemcpy.c13 size_t temp; local
42 temp = n >> 2;
43 if (temp) {
47 for (; temp; temp--)
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
70 : "0" (lfrom), "1" (lto), "2" (temp));
H A Dmemmove.c13 size_t temp; local
35 temp = n >> 2;
36 if (temp) {
39 temp--;
42 while (temp--);
77 temp = n >> 2;
78 if (temp) {
81 temp--;
84 while (temp--);
/arch/parisc/include/uapi/asm/
H A Dswab.h31 unsigned int temp; local
35 : "=r" (x), "=&r" (temp)
54 __u64 temp; local
59 : "=r" (x), "=&r" (temp)
/arch/arm/mach-s3c24xx/
H A Dbast-irq.c71 unsigned long temp; local
73 temp = __raw_readb(BAST_VA_PC104_IRQMASK);
74 temp &= ~bast_pc104_irqmasks[data->irq];
75 __raw_writeb(temp, BAST_VA_PC104_IRQMASK);
90 unsigned long temp; local
92 temp = __raw_readb(BAST_VA_PC104_IRQMASK);
93 temp |= bast_pc104_irqmasks[data->irq];
94 __raw_writeb(temp, BAST_VA_PC104_IRQMASK);
/arch/tile/gxio/
H A Diorpc_usb_host.c25 struct cfg_interrupt_param temp; local
26 struct cfg_interrupt_param *params = &temp;
47 struct register_client_memory_param temp; local
48 struct register_client_memory_param *params = &temp;
67 struct get_mmio_base_param temp; local
68 struct get_mmio_base_param *params = &temp;
88 struct check_mmio_offset_param temp; local
89 struct check_mmio_offset_param *params = &temp;
H A Diorpc_uart.c25 struct cfg_interrupt_param temp; local
26 struct cfg_interrupt_param *params = &temp;
46 struct get_mmio_base_param temp; local
47 struct get_mmio_base_param *params = &temp;
67 struct check_mmio_offset_param temp; local
68 struct check_mmio_offset_param *params = &temp;
H A Diorpc_trio.c27 struct alloc_asids_param temp; local
28 struct alloc_asids_param *params = &temp;
51 struct alloc_memory_maps_param temp; local
52 struct alloc_memory_maps_param *params = &temp;
74 struct alloc_scatter_queues_param temp; local
75 struct alloc_scatter_queues_param *params = &temp;
98 struct alloc_pio_regions_param temp; local
99 struct alloc_pio_regions_param *params = &temp;
122 struct init_pio_region_aux_param temp; local
123 struct init_pio_region_aux_param *params = &temp;
155 struct init_memory_map_mmu_aux_param temp; local
182 struct get_port_property_param temp; local
205 struct config_legacy_intr_param temp; local
236 struct config_msi_intr_param temp; local
265 struct set_mps_mrs_param temp; local
284 struct force_rc_link_up_param temp; local
301 struct force_ep_link_up_param temp; local
319 struct get_mmio_base_param temp; local
340 struct check_mmio_offset_param temp; local
[all...]
/arch/arc/include/asm/
H A Datomic.h29 unsigned int temp; \
36 : "=&r"(temp) /* Early clobber, to prevent reg reuse */ \
44 unsigned int temp; \
51 : "=&r"(temp) \
55 return temp; \
106 unsigned long temp; \
109 temp = v->counter; \
110 temp c_op i; \
111 v->counter = temp; \
114 return temp; \
[all...]
/arch/unicore32/include/asm/
H A Dassembler.h43 .macro disable_irq, temp
44 mov \temp, asr variable
45 andn \temp, \temp, #0xFF variable
46 or \temp, \temp, #PSR_I_BIT | PRIV_MODE variable
47 mov.a asr, \temp
50 .macro enable_irq, temp
51 mov \temp, asr variable
52 andn \temp, \tem variable
53 or \\temp, \\temp, #PRIV_MODE variable
[all...]
/arch/mips/include/asm/
H A Datomic.h47 int temp; \
56 : "=&r" (temp), "+m" (v->counter) \
59 int temp; \
68 : "=&r" (temp), "+m" (v->counter) \
70 } while (unlikely(!temp)); \
88 int temp; \
98 : "=&r" (result), "=&r" (temp), "+m" (v->counter) \
101 int temp; \
110 : "=&r" (result), "=&r" (temp), "+m" (v->counter) \
114 result = temp; resul
156 int temp; local
174 int temp; local
432 long temp; local
450 long temp; local
[all...]
H A Dlocal.h33 unsigned long temp; local
43 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
47 unsigned long temp; local
57 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
78 unsigned long temp; local
88 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
92 unsigned long temp; local
102 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
/arch/sh/include/asm/
H A Datomic-irq.h25 unsigned long temp, flags; \
28 temp = v->counter; \
29 temp c_op i; \
30 v->counter = temp; \
33 return temp; \
H A Datomic-llsc.h36 unsigned long temp; \
44 : "=&z" (temp) \
48 return temp; \
/arch/powerpc/sysdev/qe_lib/
H A Dqe_ic.c204 u32 temp; local
208 temp = qe_ic_read(qe_ic->regs, qe_ic_info[src].mask_reg);
210 temp | qe_ic_info[src].mask);
220 u32 temp; local
224 temp = qe_ic_read(qe_ic->regs, qe_ic_info[src].mask_reg);
226 temp & ~qe_ic_info[src].mask);
319 u32 temp = 0, ret, high_active = 0; local
352 temp |= CICR_GWCC;
354 temp |= CICR_GXCC;
356 temp |
386 u32 temp = 0; local
404 u32 temp; local
433 u32 temp, control_reg = QEIC_CICNR, shift = 0; local
[all...]
/arch/mips/loongson/common/
H A Dgpio.c78 u32 temp; local
86 temp = LOONGSON_GPIOIE;
87 temp |= mask;
88 LOONGSON_GPIOIE = temp;
97 u32 temp; local
106 temp = LOONGSON_GPIOIE;
107 temp &= (~mask);
108 LOONGSON_GPIOIE = temp;
/arch/powerpc/platforms/86xx/
H A Dsbc8641d.c81 unsigned int temp; local
87 temp = mfspr(SPRN_HID0);
88 temp |= HID0_TBEN;
89 mtspr(SPRN_HID0, temp);
/arch/parisc/math-emu/
H A Dfcnvfxt.c65 register unsigned int src, temp; local
93 temp = src;
94 Sgl_clear_signexponent_set_hidden(temp);
95 Int_from_sgl_mantissa(temp,src_exponent);
96 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
97 else result = Sgl_all(temp);
130 register unsigned int src, temp, resultp2; local
165 temp = src;
166 Sgl_clear_signexponent_set_hidden(temp);
167 Dint_from_sgl_mantissa(temp,src_exponen
[all...]
/arch/arm/mach-socfpga/
H A Dsocfpga.c90 u32 temp; local
92 temp = readl(rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL);
95 temp |= RSTMGR_CTRL_SWCOLDRSTREQ;
97 temp |= RSTMGR_CTRL_SWWARMRSTREQ;
98 writel(temp, rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL);
/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c101 int temp; local
110 temp = phy_read(phydev, 30);
112 if (temp < 0)
113 return temp;
115 temp = (temp & (~0x8000)) | 0x4000;
116 err = phy_write(phydev,30, temp);
126 temp = phy_read(phydev, 30);
128 if (temp < 0)
129 return temp;
[all...]
/arch/powerpc/sysdev/
H A Dtsi108_pci.c152 u32 temp; local
165 __tsi108_read_pci_config(temp, cfg_addr, "lbzx");
168 __tsi108_read_pci_config(temp, cfg_addr, "lhbrx");
171 __tsi108_read_pci_config(temp, cfg_addr, "lwbrx");
175 *val = temp;
178 if ((0xFFFFFFFF != temp) && (0xFFFF != temp) && (0xFF != temp)) {
286 u_int temp = 0; local
298 temp
[all...]
H A Dipic.c529 u32 temp; local
533 temp = ipic_read(ipic->regs, ipic_info[src].mask);
534 temp |= (1 << (31 - ipic_info[src].bit));
535 ipic_write(ipic->regs, ipic_info[src].mask, temp);
545 u32 temp; local
549 temp = ipic_read(ipic->regs, ipic_info[src].mask);
550 temp &= ~(1 << (31 - ipic_info[src].bit));
551 ipic_write(ipic->regs, ipic_info[src].mask, temp);
565 u32 temp; local
569 temp
584 u32 temp; local
705 u32 temp = 0, ret; local
776 u32 temp; local
804 u32 temp; local
828 u32 temp; local
838 u32 temp; local
[all...]
/arch/arm/kernel/
H A Dswp_emulate.c37 #define __user_swpX_asm(data, addr, res, temp, B) \
55 : "=&r" (res), "+r" (data), "=&r" (temp) \
59 #define __user_swp_asm(data, addr, res, temp) \
60 __user_swpX_asm(data, addr, res, temp, "")
61 #define __user_swpb_asm(data, addr, res, temp) \
62 __user_swpX_asm(data, addr, res, temp, "b")
143 unsigned long temp; local
146 __user_swpb_asm(*data, address, res, temp);
148 __user_swp_asm(*data, address, res, temp);
/arch/alpha/include/asm/
H A Dbitops.h30 unsigned long temp; local
41 :"=&r" (temp), "=m" (*m)
59 unsigned long temp; local
70 :"=&r" (temp), "=m" (*m)
102 unsigned long temp; local
113 :"=&r" (temp), "=m" (*m)
132 unsigned long temp; local
152 :"=&r" (temp), "=m" (*m), "=&r" (oldbit)
162 unsigned long temp; local
179 :"=&r" (temp), "
203 unsigned long temp; local
247 unsigned long temp; local
[all...]
H A Datomic.h35 unsigned long temp; \
44 :"=&r" (temp), "=m" (v->counter) \
51 long temp, result; \
62 :"=&r" (temp), "=m" (v->counter), "=&r" (result) \
71 unsigned long temp; \
80 :"=&r" (temp), "=m" (v->counter) \
87 long temp, result; \
98 :"=&r" (temp), "=m" (v->counter), "=&r" (result) \
/arch/arm/mach-omap2/
H A Dgpmc.c842 u32 temp; local
846 temp = gpmc_ps_to_ticks(time_ps);
847 temp = (temp + div - 1) / div;
848 return gpmc_ticks_to_ps(temp * div);
856 u32 temp; local
859 temp = dev_t->t_avdp_r;
866 temp = max_t(u32, temp, gpmc_t->clk_activation + dev_t->t_avdh);
867 temp
911 u32 temp; local
973 u32 temp; local
1013 u32 temp; local
1054 u32 temp; local
1085 u32 temp; local
[all...]

Completed in 2304 milliseconds

123456