Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 1476) sorted by relevance

12345678910>>...60

/linux-6.15/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c359 temp = temp << 10; in mc417_register_write()
368 temp = temp << 10; in mc417_register_write()
375 temp = temp << 10; in mc417_register_write()
382 temp = temp << 10; in mc417_register_write()
389 temp = temp << 10; in mc417_register_write()
396 temp = temp << 10; in mc417_register_write()
403 temp = temp << 10; in mc417_register_write()
419 temp = temp << 10; in mc417_register_read()
426 temp = temp << 10; in mc417_register_read()
433 temp = temp << 10; in mc417_register_read()
[all …]
/linux-6.15/drivers/usb/host/
H A Dohci-dbg.c19 } temp;})
104 u32 temp; in ohci_dump_status() local
109 0x03 & (temp >> 4), (temp & 0x0f), in ohci_dump_status()
116 temp, in ohci_dump_status()
172 num, temp, \
217 temp, in ohci_dump_roothub()
224 temp, in ohci_dump_roothub()
477 temp += show_list(ohci, buf->page + temp, size - temp, in fill_async_buffer()
481 return temp; in fill_async_buffer()
524 for (temp = 0; temp < seen_count; temp++) { in fill_periodic_buffer()
[all …]
H A Dehci-dbg.c412 size -= temp; in qh_lines()
413 next += temp; in qh_lines()
462 size -= temp; in qh_lines()
463 next += temp; in qh_lines()
533 size -= temp; in fill_bandwidth_buffer()
603 temp++; in output_buf_tds_dir()
677 for (temp = 0; temp < seen_count; temp++) { in fill_periodic_buffer()
849 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
855 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
861 temp = scnprintf(next, size, fmt, temp, scratch); in fill_registers_buffer()
[all …]
H A Dehci-hub.c150 u32 temp; in ehci_adjust_port_wakeup_flags() local
379 u32 temp; in ehci_bus_resume() local
621 u32 temp, status; in ehci_hub_status_data() local
666 temp = 0; in ehci_hub_status_data()
703 u16 temp; in ehci_hub_descriptor() local
715 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in ehci_hub_descriptor()
755 temp = 0; in ehci_hub_control()
874 if (temp & PORT_CSC) in ehci_hub_control()
993 if (temp & PORT_PE) in ehci_hub_control()
1008 if (temp & PORT_OC) in ehci_hub_control()
[all …]
H A Dxhci-hub.c259 u16 temp; in xhci_common_hub_descriptor() local
264 temp = 0; in xhci_common_hub_descriptor()
283 u16 temp; in xhci_usb2_hub_descriptor() local
650 u32 temp; in xhci_set_port_power() local
658 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
822 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
850 temp = xhci_port_state_to_neutral(temp); in xhci_test_and_clear_bit()
1319 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1367 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1503 temp = (temp | PORT_RESET); in xhci_hub_control()
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c417 u32 temp; in cpt_set_fdi_bc_bifurcation() local
470 u32 temp; in intel_fdi_normal_train() local
511 u32 temp, tries; in ilk_fdi_link_train() local
613 u32 temp, i, retry; in gen6_fdi_link_train() local
748 u32 temp, i, j; in ivb_manual_fdi_link_train() local
779 temp &= ~FDI_TX_ENABLE; in ivb_manual_fdi_link_train()
786 temp &= ~FDI_RX_ENABLE; in ivb_manual_fdi_link_train()
1029 u32 temp; in ilk_fdi_pll_enable() local
1083 u32 temp; in ilk_fdi_disable() local
1091 temp &= ~(0x7 << 16); in ilk_fdi_disable()
[all …]
/linux-6.15/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()
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
26 temp = bdc_readl(bdc->regs, BDC_USPC); in bdc_dbg_regs()
28 temp = bdc_readl(bdc->regs, BDC_DVCSA); in bdc_dbg_regs()
30 temp = bdc_readl(bdc->regs, BDC_DVCSB); in bdc_dbg_regs()
36 u32 temp; in bdc_dump_epsts() local
38 temp = bdc_readl(bdc->regs, BDC_EPSTS0); in bdc_dump_epsts()
[all …]
/linux-6.15/drivers/thermal/
H A Dthermal_hwmon.c120 if (temp->tz == tz) { in thermal_hwmon_lookup_temp()
122 return temp; in thermal_hwmon_lookup_temp()
131 int temp; in thermal_zone_crit_temp_valid() local
163 temp = kzalloc(sizeof(*temp), GFP_KERNEL); in thermal_add_hwmon_sysfs()
164 if (!temp) { in thermal_add_hwmon_sysfs()
169 temp->tz = tz; in thermal_add_hwmon_sysfs()
172 snprintf(temp->temp_input.name, sizeof(temp->temp_input.name), in thermal_add_hwmon_sysfs()
174 temp->temp_input.attr.attr.name = temp->temp_input.name; in thermal_add_hwmon_sysfs()
186 temp->temp_crit.attr.attr.name = temp->temp_crit.name; in thermal_add_hwmon_sysfs()
207 kfree(temp); in thermal_add_hwmon_sysfs()
[all …]
/linux-6.15/fs/jffs2/
H A Dsummary.c120 if (!temp) in jffs2_sum_add_inode_mem()
128 temp->next = NULL; in jffs2_sum_add_inode_mem()
139 if (!temp) in jffs2_sum_add_dirent_mem()
163 if (!temp) in jffs2_sum_add_xattr_mem()
181 if (!temp) in jffs2_sum_add_xref_mem()
203 kfree(temp); in jffs2_sum_clean_collected()
268 if (!temp) in jffs2_sum_add_kvec()
285 if (!temp) in jffs2_sum_add_kvec()
318 if (!temp) in jffs2_sum_add_kvec()
333 if (!temp) in jffs2_sum_add_kvec()
[all …]
/linux-6.15/drivers/ras/amd/atl/
H A Dumc.c147 u32 temp; in get_umc_info_mi300() local
240 u32 temp; in convert_dram_to_norm_addr_mi300() local
255 bank ^= temp << i; in convert_dram_to_norm_addr_mi300()
264 pc ^= temp; in convert_dram_to_norm_addr_mi300()
272 temp = (col >> i) & 0x1; in convert_dram_to_norm_addr_mi300()
273 addr |= temp << bit_shifts.col[i]; in convert_dram_to_norm_addr_mi300()
278 temp = (bank >> i) & 0x1; in convert_dram_to_norm_addr_mi300()
279 addr |= temp << bit_shifts.bank[i]; in convert_dram_to_norm_addr_mi300()
284 temp = (row >> i) & 0x1; in convert_dram_to_norm_addr_mi300()
299 temp = (sid >> i) & 0x1; in convert_dram_to_norm_addr_mi300()
[all …]
/linux-6.15/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c32 s32 temp; in dsi_dphy_timing_calc_clk_zero() local
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()
96 temp = 145 * coeff + 10 * ui - temp; in msm_dsi_dphy_timing_calc()
112 temp = 60 * coeff + 52 * ui - 24 * ui - temp; in msm_dsi_dphy_timing_calc()
119 temp += 8 * ui + lpx; in msm_dsi_dphy_timing_calc()
161 s32 temp; in msm_dsi_dphy_timing_calc_v2() local
276 s32 temp; in msm_dsi_dphy_timing_calc_v3() local
387 s32 temp; in msm_dsi_dphy_timing_calc_v4() local
[all …]
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c107 uint8_t temp; in send_seeprom_cmd() local
117 temp ^= sd->sd_DO; 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()
155 uint8_t temp; in ahc_read_seeprom() local
172 temp ^= sd->sd_DO; in ahc_read_seeprom()
178 temp ^= sd->sd_DO; in ahc_read_seeprom()
226 uint8_t temp; in ahc_write_seeprom() local
254 temp ^= sd->sd_DO; in ahc_write_seeprom()
[all …]
/linux-6.15/arch/x86/entry/vdso/
H A Dvgetrandom-chacha.S32 .set temp, %xmm0 define
67 pslld $16,temp
69 por temp,state3
75 pslld $12,temp
83 pslld $8,temp
91 pslld $7,temp
106 pslld $16,temp
114 pslld $12,temp
122 pslld $8,temp
130 pslld $7,temp
[all …]
/linux-6.15/lib/xz/
H A Dxz_dec_stream.c165 if (s->temp.pos == s->temp.size) { in fill_temp()
476 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header()
487 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header()
500 if (s->temp.size - s->temp.pos < 2) in dec_block_header()
511 if (s->temp.buf[s->temp.pos++] != 0x00) in dec_block_header()
517 if (s->temp.size - s->temp.pos < 2) in dec_block_header()
521 if (s->temp.buf[s->temp.pos++] != 0x21) in dec_block_header()
525 if (s->temp.buf[s->temp.pos++] != 0x01) in dec_block_header()
529 if (s->temp.size - s->temp.pos < 1) in dec_block_header()
537 while (s->temp.pos < s->temp.size) in dec_block_header()
[all …]
/linux-6.15/drivers/i2c/busses/
H A Di2c-ali15x3.c124 unsigned char temp; in ali15x3_setup() local
139 temp &= ~ALI15X3_LOCK; in ali15x3_setup()
187 if ((temp & 1) == 0) { in ali15x3_setup()
194 if ((temp & 1) == 0) { in ali15x3_setup()
222 int temp; in ali15x3_transaction() local
232 temp = inb_p(SMBHSTSTS); in ali15x3_transaction()
275 temp); in ali15x3_transaction()
336 int temp; in ali15x3_access() local
342 temp = inb_p(SMBHSTSTS); in ali15x3_access()
414 if (temp) in ali15x3_access()
[all …]
H A Di2c-isch.c86 int temp; in sch_transaction() local
97 if (temp) { in sch_transaction()
99 if (temp & 0x01) in sch_transaction()
101 if (temp & 0x06) in sch_transaction()
105 if (temp) { in sch_transaction()
113 temp |= 0x10; in sch_transaction()
131 if (temp & 0x06) { in sch_transaction()
164 int i, len, temp, rc; in sch_access() local
168 if (temp & 0x08) { in sch_access()
173 if (!temp) { in sch_access()
[all …]
H A Di2c-ali1535.c131 unsigned char temp; in ali1535_setup() local
184 if ((temp & 1) == 0) { in ali1535_setup()
214 int temp; in ali1535_transaction() local
224 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
250 temp); in ali1535_transaction()
252 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
259 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
283 temp = inb_p(SMBHSTSTS); in ali1535_transaction()
284 } while (((temp & ALI1535_STS_BUSY) && !(temp & ALI1535_STS_IDLE)) in ali1535_transaction()
342 int temp; in ali1535_access() local
[all …]
/linux-6.15/drivers/video/fbdev/sis/
H A Dinit301.c652 if(index > temp) index = temp; in SiS_GetRatePtr()
1828 if(temp == 0) temp = 0x02; in SiS_GetLCDResInfo()
1842 if(temp < 0x0f) temp &= 0x07; in SiS_GetLCDResInfo()
1845 temp = SiS300SeriesLCDRes[temp]; in SiS_GetLCDResInfo()
5386 if(!temp) temp++; in SiS_SetCRT2FIFO_300()
5779 if(temp & 0x07) temp += 8; in SiS_SetGroup1_LVDS()
6054 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
10289 temp = SiS310_TVAntiFlick1[temp][index]; in SetAntiFlicker()
10328 temp = SiS310_TVEdge1[temp][index]; in SetEdgeEnhance()
11110 temp = SiS300_OEMLCDDelay5[temp][index]; in SetOEMLCDDelay()
[all …]
/linux-6.15/drivers/char/agp/
H A Dali-agp.c24 u32 temp; in ali_fetch_size() local
28 temp &= ~(0xfffffff0); in ali_fetch_size()
45 u32 temp; in ali_tlbflush() local
48 temp &= 0xfffffff0; in ali_tlbflush()
56 u32 temp; in ali_cleanup() local
72 u32 temp; in ali_configure() local
79 temp = (((temp & 0x00000ff0) | (agp_bridge->gatt_bus_addr & 0xfffff000)) in ali_configure()
129 u32 temp; in m1541_cache_flush() local
136 &temp); in m1541_cache_flush()
147 u32 temp; in m1541_alloc_page() local
[all …]
/linux-6.15/sound/pci/au88x0/
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()
56 hwwrite(vortex->mmio, VORTEX_CTRL2, temp); in snd_vortex_midi()
61 if (temp != MPU401_ACK /*0xfe */ ) { in snd_vortex_midi()
73 if (temp) { in snd_vortex_midi()
77 return temp; in snd_vortex_midi()
84 if (temp) { in snd_vortex_midi()
[all …]
/linux-6.15/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()
83 HDMI_WRITE(HDMI_HICR, temp); in hdmi_i2c_irq_enable()
97 u32 temp; in xfer_read() local
179 u32 temp; in hdmi_i2c_read() local
190 temp = HDMI_READ(HDMI_HISR); in hdmi_i2c_read()
206 u32 temp; in hdmi_i2c_transaction_done() local
209 temp = HDMI_READ(HDMI_HISR); in hdmi_i2c_transaction_done()
255 u32 temp; in oaktrail_hdmi_i2c_gpio_fix() local
263 temp = readl(base + 0x44); in oaktrail_hdmi_i2c_gpio_fix()
[all …]
/linux-6.15/drivers/hwmon/peci/
H A Dcputemp.c65 } temp; member
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()
136 *val = priv->temp.target.tjmax - priv->temp.target.tcontrol; in get_temp_target()
182 u16 temp; in get_die_temp() local
192 if (!dts_valid(temp)) { in get_die_temp()
201 priv->temp.die.value = (s32)tjmax + dts_ten_dot_six_to_millidegree(temp); in get_die_temp()
206 *val = priv->temp.die.value; in get_die_temp()
238 priv->temp.dts.value = in get_dts()
[all …]
/linux-6.15/arch/microblaze/kernel/
H A Dkgdb.c41 int temp; in pt_regs_to_gdb_regs() local
48 __asm__ __volatile__ ("mfs %0, rbtr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
49 gdb_regs[GDB_BTR] = temp; in pt_regs_to_gdb_regs()
56 __asm__ __volatile__ ("mfs %0, redr;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
57 gdb_regs[GDB_REDR] = temp; in pt_regs_to_gdb_regs()
58 __asm__ __volatile__ ("mfs %0, rpid;" : "=r"(temp) : ); in pt_regs_to_gdb_regs()
59 gdb_regs[GDB_RPID] = temp; in pt_regs_to_gdb_regs()
61 gdb_regs[GDB_RZPR] = temp; in pt_regs_to_gdb_regs()
63 gdb_regs[GDB_RTLBX] = temp; in pt_regs_to_gdb_regs()
65 gdb_regs[GDB_RTLBLO] = temp; in pt_regs_to_gdb_regs()
[all …]
/linux-6.15/drivers/gpio/
H A Dgpio-amd8111.c100 u8 temp; in amd_gpio_set() local
104 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
105temp = (temp & AMD_GPIO_DEBOUNCE) | AMD_GPIO_MODE_OUT | (value ? AMD_GPIO_X_OUT_HI : AMD_GPIO_X_OU… in amd_gpio_set()
106 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
117 u8 temp; in amd_gpio_get() local
119 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_get()
123 return (temp & AMD_GPIO_RTIN) ? 1 : 0; in amd_gpio_get()
129 u8 temp; in amd_gpio_dirout() local
134temp = (temp & AMD_GPIO_DEBOUNCE) | AMD_GPIO_MODE_OUT | (value ? AMD_GPIO_X_OUT_HI : AMD_GPIO_X_OU… in amd_gpio_dirout()
146 u8 temp; in amd_gpio_dirin() local
[all …]
/linux-6.15/drivers/media/pci/cx23885/
H A Dcx23885-f300.c77 u8 i, temp, ret = 0; in f300_xfer() local
79 temp = buf[0]; in f300_xfer()
81 temp += buf[i + 1]; in f300_xfer()
82 temp = (~temp + 1);/* get check sum */ in f300_xfer()
83 buf[1 + buf[0]] = temp; in f300_xfer()
98 temp = buf[0]; in f300_xfer()
99 temp += 2; in f300_xfer()
107 temp = 0; in f300_xfer()
111 temp = 1; in f300_xfer()
124 if (temp > 14) in f300_xfer()
[all …]

12345678910>>...60