Searched defs:temp (Results 26 - 50 of 106) sorted by relevance

12345

/arch/powerpc/platforms/83xx/
H A Dusb.c105 u32 temp; local
194 temp = CONTROL_PHY_CLK_SEL_ULPI;
200 temp |= CONTROL_OTG_PORT;
203 out_be32(usb_regs + FSL_USB2_CONTROL_OFFS, temp);
/arch/powerpc/platforms/85xx/
H A Dp1022_rdk.c47 u64 temp; local
65 temp = 1000000000000ULL;
66 do_div(temp, pixclock);
67 freq = temp;
/arch/powerpc/platforms/86xx/
H A Dmpc86xx_hpcn.c116 unsigned int temp; local
122 temp = mfspr(SPRN_HID0);
123 temp |= HID0_TBEN;
124 mtspr(SPRN_HID0, temp);
H A Dgef_ppc9a.c202 unsigned int temp; local
208 temp = mfspr(SPRN_HID0);
209 temp |= HID0_TBEN;
210 mtspr(SPRN_HID0, temp);
H A Dgef_sbc310.c189 unsigned int temp; local
195 temp = mfspr(SPRN_HID0);
196 temp |= HID0_TBEN;
197 mtspr(SPRN_HID0, temp);
H A Dgef_sbc610.c179 unsigned int temp; local
185 temp = mfspr(SPRN_HID0);
186 temp |= HID0_TBEN;
187 mtspr(SPRN_HID0, temp);
/arch/tile/gxio/
H A Diorpc_globals.c24 struct arm_pollfd_param temp; local
25 struct arm_pollfd_param *params = &temp;
41 struct close_pollfd_param temp; local
42 struct close_pollfd_param *params = &temp;
59 struct get_mmio_base_param temp; local
60 struct get_mmio_base_param *params = &temp;
79 struct check_mmio_offset_param temp; local
80 struct check_mmio_offset_param *params = &temp;
H A Diorpc_mpipe_info.c25 struct instance_aux_param temp; local
26 struct instance_aux_param *params = &temp;
47 struct enumerate_aux_param temp; local
48 struct enumerate_aux_param *params = &temp;
70 struct get_mmio_base_param temp; local
71 struct get_mmio_base_param *params = &temp;
91 struct check_mmio_offset_param temp; local
92 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_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;
/arch/alpha/include/asm/
H A Dmmzone.h43 unsigned long temp; local
44 temp = p >> PAGE_SHIFT;
45 return temp - PLAT_NODE_DATA(n)->gendata.node_start_pfn;
H A Drwsem.h31 long temp; local
41 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp)
73 long temp; local
83 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp)
109 long temp; local
119 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp)
134 long temp; local
145 :"=&r" (count), "=m" (sem->count), "=&r" (temp)
163 long temp; local
173 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp)
[all...]
H A Dlocal.h22 long temp, result; local
32 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result)
39 long temp, result; local
49 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result)
/arch/arc/include/asm/
H A Dirqflags.h51 unsigned long temp, flags; local
58 : "=r"(temp), "=r"(flags)
88 unsigned long temp; local
94 : "=&r"(temp)
104 unsigned long temp; local
108 : "=&r"(temp)
112 return temp;
/arch/arm/mach-mmp/
H A Dpm-mmp2.c162 int temp; local
164 temp = __raw_readl(MMP2_ICU_INT4_MASK);
165 if (temp & (1 << 1)) {
170 temp = __raw_readl(APMU_SRAM_PWR_DWN);
171 temp |= ((1 << 19) | (1 << 18));
172 __raw_writel(temp, APMU_SRAM_PWR_DWN);
/arch/m68k/emu/
H A Dnfcon.c82 char temp[2] = { ch, 0 }; local
84 nf_call(stderr_id, virt_to_phys(temp));
/arch/metag/include/asm/
H A Datomic_lnkget.h20 int temp; local
24 : "=da" (temp)
27 return temp;
33 int temp; \
43 : "=&d" (temp) \
51 int result, temp; \
63 : "=&d" (temp), "=&da" (result) \
83 int temp; local
93 : "=&d" (temp)
100 int temp; local
117 int result, temp; local
142 int temp, old; local
160 int result, temp; local
186 int result, temp; local
[all...]
/arch/metag/kernel/
H A Dcachepart.c47 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; local
48 return (get_dcache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4;
54 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; local
55 return (get_icache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4;
/arch/mips/loongson/common/cs5536/
H A Dcs5536_isa.c141 u32 temp; local
152 temp = lo & 0x0000ffff;
155 temp |= SB_TAS_ERR_FLAG;
159 temp |= SB_TAR_ERR_FLAG;
163 temp |= SB_MAR_ERR_FLAG;
167 temp |= SB_PARE_ERR_FLAG;
169 lo = temp;
/arch/mn10300/include/asm/
H A Dspinlock.h67 int temp; local
82 : "=&d" (temp)
/arch/powerpc/crypto/
H A Dsha1.c29 extern void powerpc_sha_transform(u32 *state, const u8 *src, u32 *temp);
55 u32 temp[SHA_WORKSPACE_WORDS]; local
64 powerpc_sha_transform(sctx->state, src, temp);
69 memset(temp, 0, sizeof(temp));
/arch/powerpc/platforms/embedded6xx/
H A Dc2k.c71 u32 temp; local
75 temp = in_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0);
76 temp &= 0xFFFF0FFF;
77 out_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0, temp);
79 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL);
80 temp |= 0x00000004;
81 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL, temp);
83 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL);
84 temp |= 0x00000004;
85 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL, temp);
[all...]
/arch/s390/appldata/
H A Dappldata_net_sum.c87 struct rtnl_link_stats64 temp; local
89 stats = dev_get_stats(dev, &temp);
/arch/score/kernel/
H A Dmodule.c76 unsigned long temp, temp_hi; local
78 temp = *(unsigned long *)loc;
82 offset = ((temp >> 16 & 0x03) << 15) |
83 ((temp & 0x7fff) >> 1);
94 temp = (temp & (~(0x37fff))) | (offset & 0x7fff) |
96 *(unsigned long *)loc = temp;
102 unsigned long temp; local
104 temp = *(unsigned long *)loc;
105 offset = (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...]

Completed in 2007 milliseconds

12345