Home
last modified time | relevance | path

Searched full:temp (Results 1 – 25 of 2000) sorted by relevance

12345678910>>...80

/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c355 u32 temp; in mc417_register_write() local
358 temp = 0x82 | MCI_REGISTER_DATA_BYTE0 | ((value & 0x000000FF) << 8); in mc417_register_write()
359 temp = temp << 10; in mc417_register_write()
360 status = set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
363 temp = temp | (0x05 << 10); in mc417_register_write()
364 set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
367 temp = 0x82 | MCI_REGISTER_DATA_BYTE1 | (value & 0x0000FF00); in mc417_register_write()
368 temp = temp << 10; in mc417_register_write()
369 set_itvc_reg(dev, ITVC_WRITE_DIR, temp); in mc417_register_write()
370 temp = temp | (0x05 << 10); in mc417_register_write()
[all …]
/linux/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; in ohci_dump_status() local
106 temp = ohci_readl (controller, &regs->revision) & 0xff; in ohci_dump_status()
109 0x03 & (temp >> 4), (temp & 0x0f), in ohci_dump_status()
110 (temp & 0x0100) ? "with" : "NO", in ohci_dump_status()
[all …]
H A Dehci-hub.c150 u32 temp; in ehci_adjust_port_wakeup_flags() local
168 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
169 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
200 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
201 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
379 u32 temp; in ehci_bus_resume() local
429 temp = ehci_readl(ehci, &ehci->regs->port_status[i]); in ehci_bus_resume()
430 if ((temp & PORT_PE) && in ehci_bus_resume()
431 !(temp & (PORT_SUSPEND | PORT_RESUME))) { in ehci_bus_resume()
432 ehci_dbg(ehci, "Port status(0x%x) is wrong\n", temp); in ehci_bus_resume()
[all …]
H A Dxhci-hub.c258 u16 temp; in xhci_common_hub_descriptor() local
263 temp = 0; in xhci_common_hub_descriptor()
266 temp |= HUB_CHAR_INDV_PORT_LPSM; in xhci_common_hub_descriptor()
268 temp |= HUB_CHAR_NO_LPSM; in xhci_common_hub_descriptor()
271 temp |= HUB_CHAR_INDV_PORT_OCPM; in xhci_common_hub_descriptor()
274 desc->wHubCharacteristics = cpu_to_le16(temp); in xhci_common_hub_descriptor()
282 u16 temp; in xhci_usb2_hub_descriptor() local
292 temp = 1 + (ports / 8); in xhci_usb2_hub_descriptor()
293 desc->bDescLength = USB_DT_HUB_NONVAR_SIZE + 2 * temp; in xhci_usb2_hub_descriptor()
649 u32 temp; in xhci_set_port_power() local
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c418 u32 temp; in cpt_set_fdi_bc_bifurcation() local
420 temp = intel_de_read(dev_priv, SOUTH_CHICKEN1); in cpt_set_fdi_bc_bifurcation()
421 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable) in cpt_set_fdi_bc_bifurcation()
431 temp &= ~FDI_BC_BIFURCATION_SELECT; in cpt_set_fdi_bc_bifurcation()
433 temp |= FDI_BC_BIFURCATION_SELECT; in cpt_set_fdi_bc_bifurcation()
437 intel_de_write(dev_priv, SOUTH_CHICKEN1, temp); in cpt_set_fdi_bc_bifurcation()
471 u32 temp; in intel_fdi_normal_train() local
475 temp = intel_de_read(dev_priv, reg); in intel_fdi_normal_train()
477 temp &= ~FDI_LINK_TRAIN_NONE_IVB; in intel_fdi_normal_train()
478 temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE; in intel_fdi_normal_train()
[all …]
/linux/fs/jffs2/
H A Dsummary.c118 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); in jffs2_sum_add_inode_mem() local
120 if (!temp) in jffs2_sum_add_inode_mem()
123 temp->nodetype = ri->nodetype; in jffs2_sum_add_inode_mem()
124 temp->inode = ri->ino; in jffs2_sum_add_inode_mem()
125 temp->version = ri->version; in jffs2_sum_add_inode_mem()
126 temp->offset = cpu_to_je32(ofs); /* relative offset from the beginning of the jeb */ in jffs2_sum_add_inode_mem()
127 temp->totlen = ri->totlen; in jffs2_sum_add_inode_mem()
128 temp->next = NULL; in jffs2_sum_add_inode_mem()
130 return jffs2_sum_add_mem(s, (union jffs2_sum_mem *)temp); in jffs2_sum_add_inode_mem()
136 struct jffs2_sum_dirent_mem *temp = in jffs2_sum_add_dirent_mem() local
[all …]
/linux/drivers/thermal/
H A Dthermal_hwmon.c56 struct thermal_hwmon_temp *temp in temp_input_show() local
59 struct thermal_zone_device *tz = temp->tz; in temp_input_show()
74 struct thermal_hwmon_temp *temp in temp_crit_show() local
77 struct thermal_zone_device *tz = temp->tz; in temp_crit_show()
119 struct thermal_hwmon_temp *temp; in thermal_hwmon_lookup_temp() local
122 list_for_each_entry(temp, &hwmon->tz_list, hwmon_node) in thermal_hwmon_lookup_temp()
123 if (temp->tz == tz) { in thermal_hwmon_lookup_temp()
125 return temp; in thermal_hwmon_lookup_temp()
134 int temp; in thermal_zone_crit_temp_valid() local
135 return tz->ops.get_crit_temp && !tz->ops.get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
[all …]
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c32 s32 temp; in dsi_dphy_timing_calc_clk_zero() local
35 temp = 300 * coeff - ((timing->clk_prepare >> 1) + 1) * 2 * ui; in dsi_dphy_timing_calc_clk_zero()
36 tmin = S_DIV_ROUND_UP(temp, ui) - 2; in dsi_dphy_timing_calc_clk_zero()
46 temp = (timing->hs_rqst + timing->clk_prepare + clk_z) & 0x7; in dsi_dphy_timing_calc_clk_zero()
47 timing->clk_zero = clk_z + 8 - temp; in dsi_dphy_timing_calc_clk_zero()
62 s32 temp; in msm_dsi_dphy_timing_calc() local
74 temp = lpx / ui; in msm_dsi_dphy_timing_calc()
75 if (temp & 0x1) in msm_dsi_dphy_timing_calc()
76 timing->hs_rqst = temp; in msm_dsi_dphy_timing_calc()
78 timing->hs_rqst = max_t(s32, 0, temp - 2); in msm_dsi_dphy_timing_calc()
[all …]
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_dbg.c15 u32 temp; in bdc_dbg_regs() local
18 temp = bdc_readl(bdc->regs, BDC_BDCCFG0); in bdc_dbg_regs()
19 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp); in bdc_dbg_regs()
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
21 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp); in bdc_dbg_regs()
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
23 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp); in bdc_dbg_regs()
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
25 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp); in bdc_dbg_regs()
26 temp = bdc_readl(bdc->regs, BDC_USPC); in bdc_dbg_regs()
[all …]
H A Dbdc_core.c52 u32 temp; in bdc_stop() local
55 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_stop()
57 if (BDC_CSTS(temp) == BDC_HLT) { in bdc_stop()
61 temp &= ~BDC_COP_MASK; in bdc_stop()
62 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()
63 bdc_writel(bdc->regs, BDC_BDCSC, temp); in bdc_stop()
75 u32 temp; in bdc_reset() local
84 temp = bdc_readl(bdc->regs, BDC_BDCSC); in bdc_reset()
85 temp &= ~BDC_COP_MASK; in bdc_reset()
86 temp |= BDC_COS|BDC_COP_RST; in bdc_reset()
[all …]
/linux/arch/x86/entry/vdso/
H A Dvgetrandom-chacha.S32 .set temp, %xmm0 define
66 movdqa state3,temp
67 pslld $16,temp
69 por temp,state3
74 movdqa state1,temp
75 pslld $12,temp
77 por temp,state1
82 movdqa state3,temp
83 pslld $8,temp
85 por temp,state3
[all …]
/linux/drivers/ras/amd/atl/
H A Dumc.c147 u32 temp; in get_umc_info_mi300() local
152 ret = amd_smn_read(0, MI300_ADDR_HASH_BANK0 + (i * 4), &temp); in get_umc_info_mi300()
156 addr_hash.bank[i].xor_enable = FIELD_GET(ADDR_HASH_XOR_EN, temp); in get_umc_info_mi300()
157 addr_hash.bank[i].col_xor = FIELD_GET(ADDR_HASH_COL_XOR, temp); in get_umc_info_mi300()
158 addr_hash.bank[i].row_xor = FIELD_GET(ADDR_HASH_ROW_XOR, temp); in get_umc_info_mi300()
161 ret = amd_smn_read(0, MI300_ADDR_HASH_PC, &temp); in get_umc_info_mi300()
165 addr_hash.pc.xor_enable = FIELD_GET(ADDR_HASH_XOR_EN, temp); in get_umc_info_mi300()
166 addr_hash.pc.col_xor = FIELD_GET(ADDR_HASH_COL_XOR, temp); in get_umc_info_mi300()
167 addr_hash.pc.row_xor = FIELD_GET(ADDR_HASH_ROW_XOR, temp); in get_umc_info_mi300()
169 ret = amd_smn_read(0, MI300_ADDR_HASH_PC2, &temp); in get_umc_info_mi300()
[all …]
/linux/lib/xz/
H A Dxz_dec_stream.c128 } temp; member
151 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
152 * must have set s->temp.pos to indicate how much data we are supposed
153 * to copy into s->temp.buf. Return true once s->temp.pos has reached
154 * s->temp.size.
159 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
161 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
163 s->temp.pos += copy_size; in fill_temp()
165 if (s->temp.pos == s->temp.size) { in fill_temp()
166 s->temp.pos = 0; in fill_temp()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-imx-lpi2c.c122 unsigned int temp; in lpi2c_imx_bus_busy() local
125 temp = readl(lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
128 if (temp & MSR_ALF) { in lpi2c_imx_bus_busy()
129 writel(temp, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy()
133 if (temp & (MSR_BBF | MSR_MBF)) in lpi2c_imx_bus_busy()
170 unsigned int temp; in lpi2c_imx_start() local
172 temp = readl(lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
173 temp |= MCR_RRF | MCR_RTF; in lpi2c_imx_start()
174 writel(temp, lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start()
177 temp = i2c_8bit_addr_from_msg(msgs) | (GEN_START << 8); in lpi2c_imx_start()
[all …]
H A Di2c-imx.c325 unsigned int temp; in i2c_imx_clear_irq() local
332 temp = ~i2c_imx->hwdata->i2sr_clr_opcode ^ bits; in i2c_imx_clear_irq()
333 imx_i2c_write_reg(temp, i2c_imx, IMX_I2C_I2SR); in i2c_imx_clear_irq()
482 unsigned int temp; in i2c_imx_bus_busy() local
485 temp = imx_i2c_read_reg(i2c_imx, IMX_I2C_I2SR); in i2c_imx_bus_busy()
488 if (temp & I2SR_IAL) { in i2c_imx_bus_busy()
493 if (for_busy && (temp & I2SR_IBB)) { in i2c_imx_bus_busy()
497 if (!for_busy && !(temp & I2SR_IBB)) { in i2c_imx_bus_busy()
633 unsigned int temp = 0; in i2c_imx_start() local
648 temp = imx_i2c_read_reg(i2c_imx, IMX_I2C_I2CR); in i2c_imx_start()
[all …]
H A Di2c-isch.c60 int temp; in sch_transaction() local
70 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
71 if (temp) { in sch_transaction()
73 if (temp & 0x01) { in sch_transaction()
75 "Clear...\n", temp); in sch_transaction()
77 if (temp & 0x06) { in sch_transaction()
79 "Resetting...\n", temp); in sch_transaction()
81 outb(temp, SMBHSTSTS); in sch_transaction()
82 temp = inb(SMBHSTSTS) & 0x0f; in sch_transaction()
83 if (temp) { in sch_transaction()
[all …]
/linux/drivers/char/agp/
H A Dali-agp.c24 u32 temp; in ali_fetch_size() local
27 pci_read_config_dword(agp_bridge->dev, ALI_ATTBASE, &temp); in ali_fetch_size()
28 temp &= ~(0xfffffff0); in ali_fetch_size()
32 if (temp == values[i].size_value) { in ali_fetch_size()
45 u32 temp; in ali_tlbflush() local
47 pci_read_config_dword(agp_bridge->dev, ALI_TLBCTRL, &temp); in ali_tlbflush()
48 temp &= 0xfffffff0; in ali_tlbflush()
49 temp |= (1<<0 | 1<<1); in ali_tlbflush()
50 pci_write_config_dword(agp_bridge->dev, ALI_TAGCTRL, temp); in ali_tlbflush()
56 u32 temp; in ali_cleanup() local
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c107 uint8_t temp; in send_seeprom_cmd() local
111 temp = sd->sd_MS ^ sd->sd_CS; in send_seeprom_cmd()
112 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
117 temp ^= sd->sd_DO; in send_seeprom_cmd()
118 SEEPROM_OUTB(sd, temp); in send_seeprom_cmd()
120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK); in send_seeprom_cmd()
123 temp ^= sd->sd_DO; in send_seeprom_cmd()
133 uint8_t temp; in reset_seeprom() local
135 temp = sd->sd_MS; in reset_seeprom()
136 SEEPROM_OUTB(sd, temp); in reset_seeprom()
[all …]
/linux/drivers/hwmon/peci/
H A Dcputemp.c65 } temp; member
93 if (!peci_sensor_need_update(&priv->temp.target.state)) in update_temp_target()
100 priv->temp.target.tjmax = in update_temp_target()
105 priv->temp.target.tcontrol = priv->temp.target.tjmax - tcontrol_margin; in update_temp_target()
108 priv->temp.target.tthrottle = priv->temp.target.tjmax - tthrottle_offset; in update_temp_target()
110 peci_sensor_mark_updated(&priv->temp.target.state); in update_temp_target()
119 mutex_lock(&priv->temp.target.state.lock); in get_temp_target()
127 *val = priv->temp.target.tcontrol; in get_temp_target()
130 *val = priv->temp.target.tthrottle; in get_temp_target()
133 *val = priv->temp.target.tjmax; in get_temp_target()
[all …]
/linux/sound/pci/au88x0/
H A Dau88x0_core.c157 int addr, temp;
163 temp = hwread(vortex->mmio, VORTEX_MIX_ENIN + addr);
164 return ((temp >> (mixin & 3)) & 1);
171 int temp; in vortex_mix_setvolumebyte() local
174 temp = hwread(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2)); in vortex_mix_setvolumebyte()
175 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setvolumebyte()
185 int temp; in vortex_mix_setinputvolumebyte() local
190 temp = in vortex_mix_setinputvolumebyte()
193 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setinputvolumebyte()
203 int temp, addr; in vortex_mix_setenablebit() local
[all …]
H A Dau88x0_mpu401.c33 int temp, mode; in snd_vortex_midi() local
41 temp = in snd_vortex_midi()
44 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
47 temp = in snd_vortex_midi()
50 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
54 temp = hwread(vortex->mmio, VORTEX_CTRL2) & 0xffff00cf; in snd_vortex_midi()
55 temp |= (MIDI_CLOCK_DIV << 8) | ((mode >> 24) & 0xff) << 4; in snd_vortex_midi()
56 hwwrite(vortex->mmio, VORTEX_CTRL2, temp); in snd_vortex_midi()
60 temp = hwread(vortex->mmio, VORTEX_MIDI_DATA); in snd_vortex_midi()
61 if (temp != MPU401_ACK /*0xfe */ ) { in snd_vortex_midi()
[all …]
/linux/drivers/hwmon/
H A Dadt7462.c199 u8 temp[ADT7462_TEMP_COUNT]; member
200 /* bits 6-7 are quarter pieces of temp */
692 data->temp[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device()
797 long temp; in temp_min_store() local
799 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_min_store()
802 temp = clamp_val(temp, -64000, 191000); in temp_min_store()
803 temp = DIV_ROUND_CLOSEST(temp, 1000) + 64; in temp_min_store()
806 data->temp_min[attr->index] = temp; in temp_min_store()
808 temp); in temp_min_store()
833 long temp; in temp_max_store() local
[all …]
H A Dtmp108.c92 u32 attr, int channel, long *temp) in tmp108_read() argument
107 *temp = 4000; in tmp108_read()
110 *temp = 1000; in tmp108_read()
113 *temp = 250; in tmp108_read()
116 *temp = 63; in tmp108_read()
135 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
143 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
150 *temp = !!(regval & (attr == hwmon_temp_min_alarm ? in tmp108_read()
177 *temp = tmp108_temp_reg_to_mC(regval); in tmp108_read()
179 *temp += hyst; in tmp108_read()
[all …]
/linux/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi_i2c.c79 u32 temp; in hdmi_i2c_irq_enable() local
81 temp = HDMI_READ(HDMI_HICR); in hdmi_i2c_irq_enable()
82 temp |= (HDMI_INTR_I2C_ERROR | HDMI_INTR_I2C_FULL | HDMI_INTR_I2C_DONE); in hdmi_i2c_irq_enable()
83 HDMI_WRITE(HDMI_HICR, temp); in hdmi_i2c_irq_enable()
97 u32 temp; in xfer_read() local
105 temp = ((pmsg->len) << 20) | HI2C_EDID_READ | HI2C_ENABLE_TRANSACTION; in xfer_read()
106 HDMI_WRITE(HDMI_HI2CHCR, temp); in xfer_read()
179 u32 temp; in hdmi_i2c_read() local
184 temp = HDMI_READ(HDMI_HI2CRDB0 + (i * 4)); in hdmi_i2c_read()
185 memcpy(buf + (offset + i * 4), &temp, 4); in hdmi_i2c_read()
[all …]
/linux/drivers/video/fbdev/sis/
H A Dinit301.c612 unsigned short modeflag,index,temp,backupindex; in SiS_GetRatePtr() local
651 temp = LCDRefreshIndex[SiS_GetBIOSLCDResInfo(SiS_Pr)]; in SiS_GetRatePtr()
652 if(index > temp) index = temp; in SiS_GetRatePtr()
678 temp = SiS_Pr->SiS_RefIndex[RRTI + i].Ext_InfoFlag; in SiS_GetRatePtr()
679 temp &= ModeTypeMask; in SiS_GetRatePtr()
680 if(temp < SiS_Pr->SiS_ModeType) break; in SiS_GetRatePtr()
687 temp = SiS_Pr->SiS_RefIndex[RRTI + i - 1].Ext_InfoFlag; in SiS_GetRatePtr()
688 if(temp & InterlaceMode) i++; in SiS_GetRatePtr()
729 unsigned short temp,temp1; in SiS_CR36BIOSWord23b() local
733 temp = 1 << ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) & 0x0f); in SiS_CR36BIOSWord23b()
[all …]

12345678910>>...80