Home
last modified time | relevance | path

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

12345678910>>...46

/linux/drivers/gpu/drm/i915/display/
A Dintel_fdi.c277 u32 temp; in cpt_set_fdi_bc_bifurcation() local
330 u32 temp; in intel_fdi_normal_train() local
373 u32 temp, tries; in ilk_fdi_link_train() local
483 u32 temp, i, retry; in gen6_fdi_link_train() local
627 u32 temp, i, j; in ivb_manual_fdi_link_train() local
658 temp &= ~FDI_TX_ENABLE; in ivb_manual_fdi_link_train()
896 u32 temp; in ilk_fdi_pll_enable() local
933 u32 temp; in ilk_fdi_pll_disable() local
962 u32 temp; in ilk_fdi_disable() local
972 temp &= ~(0x7 << 16); in ilk_fdi_disable()
[all …]
/linux/drivers/media/usb/cx231xx/
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/drivers/usb/host/
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 …]
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 …]
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()
702 u16 temp; in ehci_hub_descriptor() local
714 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in ehci_hub_descriptor()
754 temp = 0; in ehci_hub_control()
873 if (temp & PORT_CSC) in ehci_hub_control()
985 if (temp & PORT_PE) in ehci_hub_control()
1000 if (temp & PORT_OC) in ehci_hub_control()
[all …]
A Dxhci-hub.c258 u16 temp; in xhci_common_hub_descriptor() local
263 temp = 0; in xhci_common_hub_descriptor()
282 u16 temp; in xhci_usb2_hub_descriptor() local
661 u32 temp; in xhci_set_port_power() local
670 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
791 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
819 temp = xhci_port_state_to_neutral(temp); in xhci_test_and_clear_bit()
1284 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1335 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1477 temp = (temp | PORT_RESET); in xhci_hub_control()
[all …]
/linux/fs/jffs2/
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/drivers/thermal/
A Dthermal_hwmon.c117 if (temp->tz == tz) { in thermal_hwmon_lookup_temp()
119 return temp; in thermal_hwmon_lookup_temp()
128 int temp; in thermal_zone_crit_temp_valid() local
160 temp = kzalloc(sizeof(*temp), GFP_KERNEL); in thermal_add_hwmon_sysfs()
161 if (!temp) { in thermal_add_hwmon_sysfs()
166 temp->tz = tz; in thermal_add_hwmon_sysfs()
169 snprintf(temp->temp_input.name, sizeof(temp->temp_input.name), in thermal_add_hwmon_sysfs()
171 temp->temp_input.attr.attr.name = temp->temp_input.name; in thermal_add_hwmon_sysfs()
183 temp->temp_crit.attr.attr.name = temp->temp_crit.name; in thermal_add_hwmon_sysfs()
204 kfree(temp); in thermal_add_hwmon_sysfs()
[all …]
/linux/drivers/usb/gadget/udc/bdc/
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 …]
A Dbdc_core.c52 u32 temp; in bdc_stop() local
75 u32 temp; in bdc_reset() local
98 u32 temp; in bdc_run() local
109 temp |= BDC_COP_RUN; in bdc_run()
110 temp |= BDC_COS; in bdc_run()
218 u32 temp; in bdc_mem_init() local
236 temp |= size; in bdc_mem_init()
256 temp &= ~0xffff; in bdc_mem_init()
257 temp |= INT_CLS; in bdc_mem_init()
284 temp |= BDC_GIE; in bdc_mem_init()
[all …]
/linux/drivers/gpu/drm/msm/dsi/phy/
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
385 s32 temp; in msm_dsi_dphy_timing_calc_v4() local
[all …]
/linux/drivers/scsi/aic7xxx/
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/lib/xz/
A Dxz_dec_stream.c166 if (s->temp.pos == s->temp.size) { in fill_temp()
477 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header()
488 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header()
501 if (s->temp.size - s->temp.pos < 2) in dec_block_header()
512 if (s->temp.buf[s->temp.pos++] != 0x00) in dec_block_header()
518 if (s->temp.size - s->temp.pos < 2) in dec_block_header()
522 if (s->temp.buf[s->temp.pos++] != 0x21) in dec_block_header()
526 if (s->temp.buf[s->temp.pos++] != 0x01) in dec_block_header()
530 if (s->temp.size - s->temp.pos < 1) in dec_block_header()
538 while (s->temp.pos < s->temp.size) in dec_block_header()
[all …]
/linux/drivers/i2c/busses/
A Di2c-imx-lpi2c.c120 unsigned int temp; in lpi2c_imx_bus_busy() local
166 unsigned int temp; in lpi2c_imx_start() local
182 unsigned int temp; in lpi2c_imx_stop() local
206 unsigned int temp; in lpi2c_imx_config() local
259 unsigned int temp; in lpi2c_imx_master_enable() local
266 temp = MCR_RST; in lpi2c_imx_master_enable()
275 temp |= MCR_MEN; in lpi2c_imx_master_enable()
289 u32 temp; in lpi2c_imx_master_disable() local
292 temp &= ~MCR_MEN; in lpi2c_imx_master_disable()
348 temp = 0; in lpi2c_imx_set_rx_watermark()
[all …]
A Di2c-ali15x3.c124 unsigned char temp; in ali15x3_setup() local
139 temp &= ~ALI15X3_LOCK; in ali15x3_setup()
186 if ((temp & 1) == 0) { in ali15x3_setup()
193 if ((temp & 1) == 0) { in ali15x3_setup()
221 int temp; in ali15x3_transaction() local
231 temp = inb_p(SMBHSTSTS); in ali15x3_transaction()
274 temp); in ali15x3_transaction()
337 int temp; in ali15x3_access() local
343 temp = inb_p(SMBHSTSTS); in ali15x3_access()
415 if (temp) in ali15x3_access()
[all …]
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()
346 int temp; in ali1535_access() local
[all …]
A Di2c-isch.c60 int temp; in sch_transaction() local
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()
83 if (temp) { in sch_transaction()
103 if (temp & 0x04) { in sch_transaction()
115 if (temp & 0x06) { in sch_transaction()
142 int i, len, temp, rc; in sch_access() local
146 if (temp & 0x08) { in sch_access()
[all …]
A Di2c-imx.c296 unsigned int temp; in i2c_imx_clear_irq() local
453 unsigned int temp; in i2c_imx_bus_busy() local
613 temp |= I2CR_MSTA; in i2c_imx_start()
769 int temp; in i2c_imx_slave_init() local
781 temp |= I2CR_IIEN; in i2c_imx_slave_init()
1204 (temp & I2CR_IEN ? 1 : 0), (temp & I2CR_IIEN ? 1 : 0), in i2c_imx_xfer_common()
1205 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0), in i2c_imx_xfer_common()
1206 (temp & I2CR_TXAK ? 1 : 0), (temp & I2CR_RSTA ? 1 : 0)); in i2c_imx_xfer_common()
1211 (temp & I2SR_ICF ? 1 : 0), (temp & I2SR_IAAS ? 1 : 0), in i2c_imx_xfer_common()
1212 (temp & I2SR_IBB ? 1 : 0), (temp & I2SR_IAL ? 1 : 0), in i2c_imx_xfer_common()
[all …]
/linux/drivers/video/fbdev/sis/
A Dinit301.c653 if(index > temp) index = temp; in SiS_GetRatePtr()
1829 if(temp == 0) temp = 0x02; in SiS_GetLCDResInfo()
1843 if(temp < 0x0f) temp &= 0x07; in SiS_GetLCDResInfo()
1846 temp = SiS300SeriesLCDRes[temp]; in SiS_GetLCDResInfo()
5387 if(!temp) temp++; in SiS_SetCRT2FIFO_300()
5780 if(temp & 0x07) temp += 8; in SiS_SetGroup1_LVDS()
6055 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
10290 temp = SiS310_TVAntiFlick1[temp][index]; in SetAntiFlicker()
10329 temp = SiS310_TVEdge1[temp][index]; in SetEdgeEnhance()
11111 temp = SiS300_OEMLCDDelay5[temp][index]; in SetOEMLCDDelay()
[all …]
/linux/drivers/char/agp/
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/sound/pci/au88x0/
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 …]
A Dau88x0_core.c171 int temp; in vortex_mix_setvolumebyte() local
185 int temp; in vortex_mix_setinputvolumebyte() local
190 temp = in vortex_mix_setinputvolumebyte()
851 temp = in vortex_fifo_setadbctrl()
855 temp = in vortex_fifo_setadbctrl()
944 temp = in vortex_fifo_setwtctrl()
1648 temp = in vortex_adb_addroutes()
1661 temp = in vortex_adb_addroutes()
1682 temp = in vortex_adb_delroutes()
1686 temp = in vortex_adb_delroutes()
[all …]
/linux/drivers/gpu/drm/gma500/
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
180 u32 temp; in hdmi_i2c_read() local
191 temp = HDMI_READ(HDMI_HISR); in hdmi_i2c_read()
207 u32 temp; in hdmi_i2c_transaction_done() local
210 temp = HDMI_READ(HDMI_HISR); in hdmi_i2c_transaction_done()
256 u32 temp; in oaktrail_hdmi_i2c_gpio_fix() local
264 temp = readl(base + 0x44); in oaktrail_hdmi_i2c_gpio_fix()
[all …]
/linux/drivers/hwmon/
A Dadt7462.c802 temp = clamp_val(temp, -64000, 191000); in temp_min_store()
901 temp = DIV_ROUND_CLOSEST(temp, x); in volt_max_store()
941 temp = DIV_ROUND_CLOSEST(temp, x); in volt_min_store()
1025 temp = FAN_RPM_TO_PERIOD(temp); in fan_min_store()
1027 temp = clamp_val(temp, 1, 255); in fan_min_store()
1103 temp = clamp_val(temp, 0, 255); in pwm_store()
1131 temp = clamp_val(temp, 0, 255); in pwm_max_store()
1161 temp = clamp_val(temp, 0, 255); in pwm_min_store()
1193 temp = clamp_val(temp, 0, 15000); in pwm_hyst_store()
1194 temp = DIV_ROUND_CLOSEST(temp, 1000); in pwm_hyst_store()
[all …]
/linux/drivers/gpio/
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()
115 u8 temp; in amd_gpio_get() local
117 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_get()
121 return (temp & AMD_GPIO_RTIN) ? 1 : 0; in amd_gpio_get()
127 u8 temp; in amd_gpio_dirout() local
132temp = (temp & AMD_GPIO_DEBOUNCE) | AMD_GPIO_MODE_OUT | (value ? AMD_GPIO_X_OUT_HI : AMD_GPIO_X_OU… in amd_gpio_dirout()
144 u8 temp; in amd_gpio_dirin() local
[all …]

Completed in 2959 milliseconds

12345678910>>...46