Searched defs:temp (Results 1 - 25 of 106) sorted by last modified time

12345

/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/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/powermac/
H A Dfeature.c1566 u32 temp; local
1596 temp = MACIO_IN32(KEYLARGO_FCR3);
1598 temp |= KL3_SHUTDOWN_PLL2X;
1600 temp |= KL3_SHUTDOWN_PLL_TOTAL;
1603 temp |= KL3_SHUTDOWN_PLLKW6 | KL3_SHUTDOWN_PLLKW4 |
1606 temp |= KL3_SHUTDOWN_PLLKW12;
1607 temp &= ~(KL3_CLK66_ENABLE | KL3_CLK49_ENABLE | KL3_CLK45_ENABLE
1610 temp &= ~(KL3_TIMER_CLK18_ENABLE | KL3_VIA_CLK16_ENABLE);
1611 MACIO_OUT32(KEYLARGO_FCR3, temp);
1619 u32 temp; local
1652 u32 temp; local
2719 struct macio_chip temp = macio_chips[0]; local
2725 struct macio_chip temp = macio_chips[0]; local
[all...]
/arch/powerpc/sysdev/
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...]
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...]
/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/powerpc/xmon/
H A Dxmon.c2015 unsigned char temp[16]; local
2019 nr = mread(adrs, temp, r);
2023 printf("%.2x", temp[m]);
2178 unsigned char temp[16]; local
2184 nr = mread(adrs, temp, r);
2190 printf("%.2x", temp[m]);
2202 c = temp[m];
/arch/s390/appldata/
H A Dappldata_net_sum.c87 struct rtnl_link_stats64 temp; local
89 stats = dev_get_stats(dev, &temp);
/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/s390/math-emu/
H A Dmath.c1304 __u32 temp; local
1306 temp = regs->gprs[rx];
1307 if ((temp & ~FPC_VALID_MASK) != 0)
1309 current->thread.fp_regs.fpc = temp;
1915 __u64 *dxb, temp; local
1921 mathemu_copy_from_user(&temp, dxb, 8);
1925 (regs, opcode[1] >> 4, (double *) &temp);
1930 __u32 *dxb, temp; local
1936 mathemu_get_user(temp, dxb);
1940 (regs, opcode[1] >> 4, (float *) &temp);
1945 __u64 *dxb, temp; local
1961 __u32 *dxb, temp; local
1979 __u64 *dxb, temp; local
1998 __u32 *dxb, temp; local
2014 __u32 *dxb, temp; local
2202 __u32 *dxb, temp; local
2229 __u32 temp; local
[all...]
/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/sparc/net/
H A Dbpf_jit_comp.c366 u32 temp[8], *prog, *func, seen = 0, pass; local
393 prog = temp;
774 ilen = (void *) prog - (void *) temp;
782 memcpy(image + proglen, temp, ilen);
786 prog = 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.c28 struct alloc_buffer_stacks_param temp; local
29 struct alloc_buffer_stacks_param *params = &temp;
56 struct init_buffer_stack_aux_param temp; local
57 struct init_buffer_stack_aux_param *params = &temp;
87 struct alloc_notif_rings_param temp; local
88 struct alloc_notif_rings_param *params = &temp;
112 struct init_notif_ring_aux_param temp; local
113 struct init_notif_ring_aux_param *params = &temp;
141 struct request_notif_ring_interrupt_param temp; local
142 struct request_notif_ring_interrupt_param *params = &temp;
164 struct enable_notif_ring_interrupt_param temp; local
186 struct alloc_notif_groups_param temp; local
208 struct init_notif_group_param temp; local
229 struct alloc_buckets_param temp; local
250 struct init_bucket_param temp; local
272 struct alloc_edma_rings_param temp; local
298 struct init_edma_ring_aux_param temp; local
339 struct register_client_memory_param temp; local
361 struct link_open_aux_param temp; local
379 struct link_close_aux_param temp; local
399 struct link_set_attr_aux_param temp; local
422 struct get_timestamp_aux_param temp; local
446 struct set_timestamp_aux_param temp; local
465 struct adjust_timestamp_aux_param temp; local
488 struct config_edma_ring_blks_param temp; local
509 struct adjust_timestamp_freq_param temp; local
527 struct arm_pollfd_param temp; local
544 struct close_pollfd_param temp; local
562 struct get_mmio_base_param temp; local
583 struct check_mmio_offset_param temp; local
[all...]
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_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...]
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/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...]
H A Dirqflags.h27 unsigned long temp; local
29 asm volatile("mov %0, asr" : "=r" (temp) : : "memory", "cc");
31 return temp & PSR_c;
39 unsigned long temp; local
45 : "=&r" (temp)
/arch/x86/net/
H A Dbpf_jit_comp.c129 [AUX_REG] = 3, /* r11 temp register */
195 u8 temp[BPF_MAX_INSN_SIZE + BPF_INSN_SAFETY]; local
198 u8 *prog = temp;
886 ilen = prog - temp;
897 memcpy(image + proglen, temp, ilen);
901 prog = 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/cris/arch-v32/drivers/
H A Dcryptocop.c1724 * word temp
1733 * temp = w[i - 1]
1735 * temp = SubWord(RotWord(temp)) xor Rcon[i/Nk]
1738 * temp = SubWord(temp)
1740 * w[i] = w[i - Nk] xor temp
1755 u32 temp; local
1787 temp = w_ring[w_last_ix];
1789 /* RotWord(temp) */
[all...]
/arch/cris/include/asm/
H A Dcmpxchg.h10 unsigned long flags,temp; local
14 *((unsigned char *)&temp) = x;
16 *(unsigned char *)ptr = *((unsigned char *)&temp);
19 *((unsigned short *)&temp) = x;
21 *(unsigned short *)ptr = *((unsigned short *)&temp);
24 temp = x;
26 *(unsigned long *)ptr = temp;
/arch/frv/include/asm/
H A Dmath-emu.h102 struct fp_ext temp[2]; member in struct:fp_data

Completed in 276 milliseconds

12345