Searched refs:temp (Results 1 - 25 of 1262) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_dbg.c15 u32 temp; local
18 temp = bdc_readl(bdc->regs, BDC_BDCCFG0);
19 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp);
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1);
21 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp);
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0);
23 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp);
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1);
25 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp);
26 temp
36 u32 temp; local
[all...]
/linux-master/arch/m68k/lib/
H A Dmemset.c13 size_t temp; local
32 temp = count >> 2;
33 if (temp) {
36 for (; temp; temp--)
58 : "=a" (ls), "=d" (temp), "=&d" (temp1)
59 : "d" (c), "0" (ls), "1" (temp));
/linux-master/drivers/thermal/
H A Dthermal_hwmon.c56 struct thermal_hwmon_temp *temp local
59 struct thermal_zone_device *tz = temp->tz;
74 struct thermal_hwmon_temp *temp local
77 struct thermal_zone_device *tz = temp->tz;
119 struct thermal_hwmon_temp *temp; local
122 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node)
123 if (temp->tz == tz) {
125 return temp;
134 int temp; local
135 return tz->ops.get_crit_temp && !tz->ops.get_crit_temp(tz, &temp);
141 struct thermal_hwmon_temp *temp; local
224 struct thermal_hwmon_temp *temp; local
[all...]
/linux-master/arch/arm/include/asm/
H A Dirqflags.h74 unsigned long flags, temp; local
80 : "=r" (flags), "=r" (temp)
92 unsigned long temp; local
97 : "=r" (temp)
108 unsigned long temp; local
113 : "=r" (temp)
123 unsigned long temp; \
128 : "=r" (temp) \
138 unsigned long temp; \
143 : "=r" (temp) \
[all...]
H A Dedac.h19 unsigned int temp, temp2; local
31 : "=&r"(temp), "=&r"(temp2)
/linux-master/include/acpi/
H A Dacpi_lpat.h12 int temp; member in struct:acpi_lpat
26 int temp);
40 int temp)
39 acpi_lpat_temp_to_raw(struct acpi_lpat_conversion_table *lpat_table, int temp) argument
/linux-master/arch/hexagon/include/asm/
H A Dspinlock.h60 int temp; local
68 : "=&r" (temp)
72 return temp;
93 int temp; local
101 : "=&r" (temp)
105 return temp;
138 int temp; local
146 : "=&r" (temp)
150 return temp;
/linux-master/sound/pci/au88x0/
H A Dau88x0_mpu401.c33 int temp, mode; local
41 temp =
44 hwwrite(vortex->mmio, VORTEX_CTRL, temp);
47 temp =
50 hwwrite(vortex->mmio, VORTEX_CTRL, temp);
54 temp = hwread(vortex->mmio, VORTEX_CTRL2) & 0xffff00cf;
55 temp |= (MIDI_CLOCK_DIV << 8) | ((mode >> 24) & 0xff) << 4;
56 hwwrite(vortex->mmio, VORTEX_CTRL2, temp);
60 temp = hwread(vortex->mmio, VORTEX_MIDI_DATA);
61 if (temp !
[all...]
/linux-master/arch/powerpc/platforms/86xx/
H A Dcommon.c31 unsigned int temp; local
37 temp = mfspr(SPRN_HID0);
38 temp |= HID0_TBEN;
39 mtspr(SPRN_HID0, temp);
/linux-master/arch/parisc/lib/
H A Dbitops.c23 unsigned long temp, flags; local
26 temp = *ptr;
29 return temp;
36 long temp; local
39 temp = (long) *ptr; /* XXX - sign extension wanted? */
42 return (unsigned long)temp;
49 long temp; local
52 temp = (long) *ptr; /* XXX - sign extension wanted? */
55 return (unsigned long)temp;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c107 uint8_t temp; local
111 temp = sd->sd_MS ^ sd->sd_CS;
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
117 temp ^= sd->sd_DO;
118 SEEPROM_OUTB(sd, temp);
120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
123 temp ^= sd->sd_DO;
133 uint8_t temp; local
135 temp = sd->sd_MS;
136 SEEPROM_OUTB(sd, temp);
155 uint8_t temp; local
226 uint8_t temp; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c415 u32 temp; local
417 temp = intel_de_read(dev_priv, SOUTH_CHICKEN1);
418 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
428 temp &= ~FDI_BC_BIFURCATION_SELECT;
430 temp |= FDI_BC_BIFURCATION_SELECT;
434 intel_de_write(dev_priv, SOUTH_CHICKEN1, temp);
468 u32 temp; local
472 temp = intel_de_read(dev_priv, reg);
474 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
475 temp |
510 u32 temp, tries; local
612 u32 temp, i, retry; local
748 u32 temp, i, j; local
882 u32 temp, i, rx_ctl_val; local
1030 u32 temp; local
1084 u32 temp; local
[all...]
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c355 u32 temp; local
358 temp = 0x82 | MCI_REGISTER_DATA_BYTE0 | ((value & 0x000000FF) << 8);
359 temp = temp << 10;
360 status = set_itvc_reg(dev, ITVC_WRITE_DIR, temp);
363 temp = temp | (0x05 << 10);
364 set_itvc_reg(dev, ITVC_WRITE_DIR, temp);
367 temp = 0x82 | MCI_REGISTER_DATA_BYTE1 | (value & 0x0000FF00);
368 temp
414 u32 temp; local
489 u32 temp; local
551 u32 temp = 0; local
849 u32 temp = 0; local
[all...]
/linux-master/arch/microblaze/kernel/
H A Dkgdb.c41 int temp; local
48 __asm__ __volatile__ ("mfs %0, rbtr;" : "=r"(temp) : );
49 gdb_regs[GDB_BTR] = temp;
56 __asm__ __volatile__ ("mfs %0, redr;" : "=r"(temp) : );
57 gdb_regs[GDB_REDR] = temp;
58 __asm__ __volatile__ ("mfs %0, rpid;" : "=r"(temp) : );
59 gdb_regs[GDB_RPID] = temp;
60 __asm__ __volatile__ ("mfs %0, rzpr;" : "=r"(temp) : );
61 gdb_regs[GDB_RZPR] = temp;
62 __asm__ __volatile__ ("mfs %0, rtlbx;" : "=r"(temp)
[all...]
/linux-master/arch/mips/include/asm/
H A Dedac.h12 unsigned long temp; local
31 : "=&r" (temp), "=" GCC_OFF_SMALL_ASM() (*virt_addr)
/linux-master/arch/powerpc/include/asm/
H A Dedac.h22 unsigned int temp; local
34 : "=&r"(temp)
/linux-master/drivers/hwmon/
H A Dlm75.h26 static inline u16 LM75_TEMP_TO_REG(long temp) argument
28 int ntemp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX);
/linux-master/arch/sh/include/asm/
H A Datomic-irq.h26 unsigned long temp, flags; \
29 temp = v->counter; \
30 temp c_op i; \
31 v->counter = temp; \
34 return temp; \
40 unsigned long temp, flags; \
43 temp = v->counter; \
47 return temp; \
/linux-master/arch/arm/mach-socfpga/
H A Dsocfpga.c70 u32 temp; local
72 temp = readl(rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL);
75 temp |= RSTMGR_CTRL_SWWARMRSTREQ;
77 temp |= RSTMGR_CTRL_SWCOLDRSTREQ;
78 writel(temp, rst_manager_base_addr + SOCFPGA_RSTMGR_CTRL);
83 u32 temp; local
85 temp = readl(rst_manager_base_addr + SOCFPGA_A10_RSTMGR_CTRL);
88 temp |= RSTMGR_CTRL_SWWARMRSTREQ;
90 temp |= RSTMGR_CTRL_SWCOLDRSTREQ;
91 writel(temp, rst_manager_base_add
[all...]
/linux-master/drivers/usb/host/
H A Dohci-dbg.c13 #define edstring(ed_type) ({ char *temp; \
15 case PIPE_CONTROL: temp = "ctrl"; break; \
16 case PIPE_BULK: temp = "bulk"; break; \
17 case PIPE_INTERRUPT: temp = "intr"; break; \
18 default: temp = "isoc"; break; \
19 } temp;})
104 u32 temp; local
106 temp = ohci_readl (controller, &regs->revision) & 0xff;
109 0x03 & (temp >> 4), (temp
197 u32 temp, i; local
402 unsigned temp, size = count; local
468 size_t temp, size; local
491 unsigned temp, size, seen_count; local
587 unsigned temp, size; local
[all...]
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c32 s32 temp; local
35 temp = 300 * coeff - ((timing->clk_prepare >> 1) + 1) * 2 * ui;
36 tmin = S_DIV_ROUND_UP(temp, ui) - 2;
46 temp = (timing->hs_rqst + timing->clk_prepare + clk_z) & 0x7;
47 timing->clk_zero = clk_z + 8 - temp;
62 s32 temp; local
74 temp = lpx / ui;
75 if (temp & 0x1)
76 timing->hs_rqst = temp;
78 timing->hs_rqst = max_t(s32, 0, temp
161 s32 temp; local
276 s32 temp; local
387 s32 temp; local
477 s32 temp; local
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6t_ipv6header.c30 unsigned int temp; local
43 temp = 0;
52 temp |= MASK_NONE;
60 temp |= MASK_ESP;
81 temp |= MASK_HOPOPTS;
84 temp |= MASK_ROUTING;
87 temp |= MASK_FRAGMENT;
90 temp |= MASK_AH;
93 temp |= MASK_DSTOPTS;
107 temp |
[all...]
/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c31 u32 temp; /* for saving temp value */ local
40 temp = PVR_USE_BARREL(pvr) | PVR_USE_MSR_INSTR(pvr) |
42 if (ci->use_instr != temp)
44 ci->use_instr = temp;
46 temp = PVR_USE_HW_MUL(pvr) | PVR_USE_MUL64(pvr);
47 if (ci->use_mult != temp)
49 ci->use_mult = temp;
51 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr);
52 if (ci->use_fpu != temp)
[all...]
/linux-master/drivers/ras/amd/atl/
H A Dumc.c105 u32 temp; local
110 ret = amd_smn_read(0, MI300_ADDR_HASH_BANK0 + (i * 4), &temp);
114 addr_hash.bank[i].xor_enable = FIELD_GET(ADDR_HASH_XOR_EN, temp);
115 addr_hash.bank[i].col_xor = FIELD_GET(ADDR_HASH_COL_XOR, temp);
116 addr_hash.bank[i].row_xor = FIELD_GET(ADDR_HASH_ROW_XOR, temp);
119 ret = amd_smn_read(0, MI300_ADDR_HASH_PC, &temp);
123 addr_hash.pc.xor_enable = FIELD_GET(ADDR_HASH_XOR_EN, temp);
124 addr_hash.pc.col_xor = FIELD_GET(ADDR_HASH_COL_XOR, temp);
125 addr_hash.pc.row_xor = FIELD_GET(ADDR_HASH_ROW_XOR, temp);
127 ret = amd_smn_read(0, MI300_ADDR_HASH_PC2, &temp);
172 u16 i, col, row, bank, pc, sid, temp; local
[all...]
/linux-master/fs/jffs2/
H A Dsummary.c118 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); local
120 if (!temp)
123 temp->nodetype = ri->nodetype;
124 temp->inode = ri->ino;
125 temp->version = ri->version;
126 temp->offset = cpu_to_je32(ofs); /* relative offset from the beginning of the jeb */
127 temp->totlen = ri->totlen;
128 temp->next = NULL;
130 return jffs2_sum_add_mem(s, (union jffs2_sum_mem *)temp);
136 struct jffs2_sum_dirent_mem *temp local
160 struct jffs2_sum_xattr_mem *temp; local
178 struct jffs2_sum_xref_mem *temp; local
195 union jffs2_sum_mem *temp; local
265 struct jffs2_sum_inode_mem *temp = local
282 struct jffs2_sum_dirent_mem *temp = local
316 struct jffs2_sum_xattr_mem *temp; local
331 struct jffs2_sum_xref_mem *temp; local
678 union jffs2_sum_mem *temp; local
[all...]

Completed in 489 milliseconds

1234567891011>>