Searched refs:temp (Results 76 - 100 of 147) sorted by relevance

123456

/arch/powerpc/platforms/86xx/
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/powerpc/kernel/
H A Dalign.c474 } data, temp; local
529 temp.ll = data.ll = 0;
535 ret |= __get_user_inatomic(temp.v[0], p++);
536 ret |= __get_user_inatomic(temp.v[1], p++);
537 ret |= __get_user_inatomic(temp.v[2], p++);
538 ret |= __get_user_inatomic(temp.v[3], p++);
540 ret |= __get_user_inatomic(temp.v[4], p++);
541 ret |= __get_user_inatomic(temp.v[5], p++);
543 ret |= __get_user_inatomic(temp.v[6], p++);
544 ret |= __get_user_inatomic(temp
[all...]
/arch/arm/boot/dts/
H A Defm32gg-dk3750.dts32 temp@48 {
H A Dste-snowball.dts302 trip0-temp = <70000>;
307 trip1-temp = <75000>;
312 trip2-temp = <80000>;
317 trip3-temp = <85000>;
/arch/arm/kernel/
H A Dxscale-cp0.c103 u32 temp; local
110 : "=r" (temp) : "r" (value));
H A Dprobes.c153 unsigned long temp = cpsr ^ (cpsr << 3); /* PSR_N_BIT ^= PSR_V_BIT */ local
154 temp |= (cpsr << 1); /* PSR_N_BIT |= PSR_Z_BIT */
155 return (~temp) & PSR_N_BIT;
160 unsigned long temp = cpsr ^ (cpsr << 3); /* PSR_N_BIT ^= PSR_V_BIT */ local
161 temp |= (cpsr << 1); /* PSR_N_BIT |= PSR_Z_BIT */
162 return temp & PSR_N_BIT;
H A Duprobes-arm.c23 probes_opcode_t temp; local
49 temp = __mem_to_opcode_arm(*pinsn);
50 insn = temp;
54 for (; regs; regs >>= 4, mask <<= 4, free <<= 4, temp >>= 4) {
58 if ((temp & 0xf) != 15)
/arch/mn10300/include/asm/
H A Dspinlock.h67 int temp; local
82 : "=&d" (temp)
/arch/powerpc/platforms/
H A Dfsl_uli1575.c64 unsigned char temp; local
73 pci_read_config_byte(dev, 0x7c, &temp);
81 pci_write_config_byte(dev, 0x7c, temp);
205 unsigned short temp; local
214 pci_read_config_word(dev, 0x4a, &temp);
215 pci_write_config_word(dev, 0x4a, temp | 0x1000);
/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c74 static inline u8 temp_to_reg(u8 temp) argument
76 return ((temp - TEMP_MIN) >> 1) & 0x3f;
128 unsigned int temp; local
132 ret = sscanf(buf, "%u", &temp);
134 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX)
137 new_value = temp_to_reg(temp);
/arch/arm64/kernel/
H A Darmv8_deprecated.c280 #define __user_swpX_asm(data, addr, res, temp, B) \
298 : "=&r" (res), "+r" (data), "=&r" (temp) \
302 #define __user_swp_asm(data, addr, res, temp) \
303 __user_swpX_asm(data, addr, res, temp, "")
304 #define __user_swpb_asm(data, addr, res, temp) \
305 __user_swpX_asm(data, addr, res, temp, "b")
347 unsigned long temp; local
350 __user_swpb_asm(*data, address, res, temp);
352 __user_swp_asm(*data, address, res, temp);
/arch/m68k/kernel/
H A Dsignal.c140 unsigned long temp; local
147 : "=r" (temp)
150 temp &= PAGE_MASK;
151 temp |= vaddr & ~PAGE_MASK;
157 : : "a" (temp));
160 unsigned long temp; local
164 : "=a" (temp)
169 : : "a" (temp));
176 unsigned long temp; local
177 asm volatile ("movec %%cacr,%0" : "=r" (temp));
690 int temp; local
[all...]
/arch/ia64/include/asm/
H A Dmca_asm.h50 #define DATA_PA_TO_VA(addr,temp) \
51 mov temp = 0x7 ;; \
52 dep addr = temp, addr, 61, 3
/arch/m68k/coldfire/
H A Dm53xx.c466 int fref, temp, fout, mfd; local
484 /* Multiplying by 100 when calculating the temp value,
488 temp = 100 * fsys / fref;
489 mfd = 4 * BUSDIV * temp / 100;
541 u32 temp; local
551 temp = readw(MCF_CCM_CDR) & MCF_CCM_CDR_SSIDIV(0xF);
554 writew(MCF_CCM_CDR_LPDIV(div) | MCF_CCM_CDR_SSIDIV(temp), MCF_CCM_CDR);
/arch/m68k/emu/
H A Dnfcon.c82 char temp[2] = { ch, 0 }; local
84 nf_call(stderr_id, virt_to_phys(temp));
/arch/s390/appldata/
H A Dappldata_net_sum.c87 struct rtnl_link_stats64 temp; local
89 stats = dev_get_stats(dev, &temp);
/arch/arm/mach-s3c24xx/include/mach/
H A Dio.h38 unsigned long temp; \
44 : "=&r" (temp) \
53 unsigned long temp, value; \
59 : "=&r" (temp), "=r" (value) \
/arch/arm64/crypto/
H A Daes-neon.S17 .macro mul_by_x, out, in, temp, const
18 sshr \temp, \in, #7
20 and \temp, \temp, \const
21 eor \out, \out, \temp
25 .macro prepare, sbox, shiftrows, temp
26 adr \temp, \sbox
30 ld1 {v16.16b-v19.16b}, [\temp], #64
31 ld1 {v20.16b-v23.16b}, [\temp], #64
32 ld1 {v24.16b-v27.16b}, [\temp], #6
[all...]
/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/arm/mach-pxa/
H A Dsharpsl_pm.c468 int i, j, k, temp, sum = 0; local
471 temp = val[0];
474 if (temp < val[i]) {
475 temp = val[i];
481 temp = val[4];
484 if (temp > val[i]) {
485 temp = val[i];
559 int temp, i, buff[5]; local
566 temp = get_select_val(buff);
567 dev_dbg(sharpsl_pm.dev, "AC Voltage: %d\n", temp);
[all...]
/arch/s390/kvm/
H A Dguestdbg.c350 void *temp = NULL; local
360 temp = kmalloc(wp_info->len, GFP_KERNEL);
361 if (!temp)
365 if (!read_guest(vcpu, wp_info->phys_addr, temp,
367 if (memcmp(temp, wp_info->old_data, wp_info->len)) {
368 kfree(temp);
372 kfree(temp);
373 temp = NULL;
/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c377 u64 temp; local
395 temp = 1000000000000ULL;
396 do_div(temp, pixclock);
397 freq = temp;
/arch/xtensa/mm/
H A Dcache.c151 unsigned long temp = page->index << PAGE_SHIFT; local
152 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys));
168 virt = TLBTEMP_BASE_1 + (temp & DCACHE_ALIAS_MASK);
/arch/mips/include/asm/
H A Dstackframe.h103 .macro set_saved_sp stackp temp temp2
104 ASM_CPUID_MFC0 \temp, ASM_SMP_CPUID_REG
105 LONG_SRL \temp, SMP_CPUID_PTRSHIFT variable
106 LONG_S \stackp, kernelsp(\temp)
141 .macro set_saved_sp stackp temp temp2

Completed in 485 milliseconds

123456