Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 25 of 30) sorted by relevance

12

/drivers/soc/bcm/brcmstb/pm/
Ds3-mips.S25 la t0, gp_regs
26 sw ra, 0(t0)
27 sw s0, 4(t0)
28 sw s1, 8(t0)
29 sw s2, 12(t0)
30 sw s3, 16(t0)
31 sw s4, 20(t0)
32 sw s5, 24(t0)
33 sw s6, 28(t0)
34 sw s7, 32(t0)
[all …]
Ds2-mips.S42 move t0, a0
44 lw s0, 0(t0)
45 lw s1, 4(t0)
46 lw s2, 8(t0)
47 lw s3, 12(t0)
48 lw s4, 16(t0)
49 lw s5, 20(t0)
55 la t0, brcm_pm_do_s2
56 and t0, t1
61 1: cache 0x1c, 0(t0)
[all …]
/drivers/crypto/vmx/
Dghashp8-ppc.pl57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12));
81 vspltisb $t0,1 # one
84 vor $xC2,$xC2,$t0 # 0xe1
86 vsldoi $t1,$zero,$t0,1 # ...1
91 vsl $H,$H,$t0 # H<<=1
125 le?vspltisb $t0,0x07
127 le?vxor $lemask,$lemask,$t0
138 vsldoi $t0,$Xm,$zero,8
140 vxor $Xl,$Xl,$t0
173 le?vspltisb $t0,0x07
[all …]
/drivers/ata/
Dpata_bk3710.c72 u8 tenv, trp, t0; in pata_bk3710_setudmamode() local
75 t0 = DIV_ROUND_UP(pata_bk3710_udmatimings[mode].cycletime, in pata_bk3710_setudmamode()
83 val32 |= t0 << (dev ? 8 : 0); in pata_bk3710_setudmamode()
109 u8 td, tkw, t0; in pata_bk3710_setmwdmamode() local
115 t0 = DIV_ROUND_UP(cycletime, ideclk_period); in pata_bk3710_setmwdmamode()
117 tkw = t0 - td - 1; in pata_bk3710_setmwdmamode()
155 u8 t2, t2i, t0; in pata_bk3710_setpiomode() local
160 t0 = DIV_ROUND_UP(cycletime, ideclk_period); in pata_bk3710_setpiomode()
163 t2i = t0 - t2 - 1; in pata_bk3710_setpiomode()
183 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period); in pata_bk3710_setpiomode()
[all …]
Dpata_ep93xx.c248 bool iordy, unsigned long t0, unsigned long t2, in ep93xx_pata_rw_end() argument
256 if (t0 > t2 && t0 - t2 > t2i) in ep93xx_pata_rw_end()
257 ep93xx_pata_delay(t0 - t2); in ep93xx_pata_rw_end()
268 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_read() local
278 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_read()
302 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_write() local
313 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_write()
Dpata_mpc52xx.c273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; in mpc52xx_ata_compute_pio_timings() local
278 t0 = CALC_CLKCYC(ipb_period, 1000 * ataspec_t0[pio]); in mpc52xx_ata_compute_pio_timings()
286 timing->pio1 = (t0 << 24) | (t2_8 << 16) | (t2_16 << 8) | (t2i); in mpc52xx_ata_compute_pio_timings()
/drivers/thermal/st/
Dstm_thermal.c99 int t0, fmt0, ramp_coeff; member
247 sensor->t0 = readl_relaxed(sensor->base + DTS_T0VALR1_OFFSET) & in stm_thermal_read_factory_settings()
249 if (!sensor->t0) in stm_thermal_read_factory_settings()
250 sensor->t0 = TS1_T0_VAL0; in stm_thermal_read_factory_settings()
252 sensor->t0 = TS1_T0_VAL1; in stm_thermal_read_factory_settings()
268 __func__, sensor->t0, sensor->fmt0, sensor->ramp_coeff); in stm_thermal_read_factory_settings()
279 freqM = ((temp - sensor->t0) * sensor->ramp_coeff) / 1000 + in stm_thermal_calculate_threshold()
375 *temp = (freqM - sensor->fmt0) * 1000 / sensor->ramp_coeff + sensor->t0; in stm_thermal_get_temp()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mksstat.h93 const u64 t0; member
99 .t0 = rdtsc(), \
118 …const u64 dt = rdtsc() - _##kern_cntr.t0; …
/drivers/platform/x86/
Dgpd-pocket-fan.c78 int t0, t1, temp, speed, min_speed, i; in gpd_pocket_fan_worker() local
80 if (thermal_zone_get_temp(fan->dts0, &t0) || in gpd_pocket_fan_worker()
87 temp = max(t0, t1); in gpd_pocket_fan_worker()
/drivers/tee/amdtee/
Damdtee_if.h63 #define TEE_PARAM_TYPES(t0, t1, t2, t3) \ argument
64 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/drivers/gpu/drm/i915/gt/
Dselftest_migrate.c497 ktime_t t0, t1; in __perf_clear_blt() local
499 t0 = ktime_get(); in __perf_clear_blt()
512 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt()
575 ktime_t t0, t1; in __perf_copy_blt() local
577 t0 = ktime_get(); in __perf_copy_blt()
594 t[pass] = ktime_sub(t1, t0); in __perf_copy_blt()
Dselftest_engine_heartbeat.c208 ktime_t t0, t1; in __live_heartbeat_fast() local
246 t0 = ktime_get(); in __live_heartbeat_fast()
252 times[i] = ktime_us_delta(t1, t0); in __live_heartbeat_fast()
/drivers/cpufreq/
Dcppc_cpufreq.c585 static inline u64 get_delta(u64 t1, u64 t0) in get_delta() argument
587 if (t1 > t0 || t0 > ~(u32)0) in get_delta()
588 return t1 - t0; in get_delta()
590 return (u32)t1 - (u32)t0; in get_delta()
/drivers/gpu/drm/i915/selftests/
Di915_perf.c196 ktime_t t0, t1; in live_noa_delay() local
256 t0 = poll_status(rq, 0x100); in live_noa_delay()
261 ktime_sub(t1, t0), expected); in live_noa_delay()
Dintel_memory_region.c1087 ktime_t t0, t1; in _perf_memcpy() local
1089 t0 = ktime_get(); in _perf_memcpy()
1094 t[pass] = ktime_sub(t1, t0); in _perf_memcpy()
/drivers/scsi/bfa/
Dbfa_port.c24 __be32 t0, t1; in bfa_port_stats_swap() local
29 t0 = dip[i]; in bfa_port_stats_swap()
32 dip[i] = be32_to_cpu(t0); in bfa_port_stats_swap()
36 dip[i + 1] = be32_to_cpu(t0); in bfa_port_stats_swap()
/drivers/media/pci/cx18/
Dcx18-mailbox.c587 unsigned long int t0, timeout, ret; in cx18_api_call() local
674 t0 = jiffies; in cx18_api_call()
678 ret = jiffies - t0; in cx18_api_call()
681 ret = jiffies - t0; in cx18_api_call()
/drivers/usb/misc/sisusbvga/
Dsisusb.c1445 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local
1469 ret |= READL(ramptr + 0, &t0); in sisusb_getbuswidth()
1479 if ((t1 == 0x456789ab) && (t0 == 0x01234567)) { in sisusb_getbuswidth()
1484 if ((t1 != 0x456789ab) || (t0 != 0x01234567)) { in sisusb_getbuswidth()
1510 if (t0 == 0x01234567) { in sisusb_getbuswidth()
1515 if (t0 == 0x01234567) { in sisusb_getbuswidth()
1534 ret |= READL(ramptr + 0, &t0); in sisusb_getbuswidth()
1538 if (t0 == 0x01234567) { in sisusb_getbuswidth()
1543 if (t0 == 0x01234567) { in sisusb_getbuswidth()
/drivers/scsi/qla2xxx/
Dqla_tmpl.h77 } t0; member
/drivers/gpu/drm/radeon/
Dsi_dpm.h76 u32 t0; member
Dsi_dpm.c1824 u32 t_0 = dte_data->t0; in si_update_dte_from_pl2()
2482 dte_tables->T0 = cpu_to_be32(dte_data->t0); in si_initialize_smc_dte_tables()
2560 u16 t0, u16 t_step) in si_init_dte_leakage_table() argument
2573 t = (1000 * (i * t_step + t0)); in si_init_dte_leakage_table()
2638 u16 t0, t_step; in si_initialize_smc_cac_tables() local
2669 t0 = 60; in si_initialize_smc_cac_tables()
2674 t0, t_step); in si_initialize_smc_cac_tables()
2694 cac_tables->lkge_lut_T0 = cpu_to_be32((u32)t0); in si_initialize_smc_cac_tables()
/drivers/net/hamradio/
Ddmascc.c299 int base[MAX_NUM_DEVS], tcmd[MAX_NUM_DEVS], t0[MAX_NUM_DEVS], in dmascc_init() local
347 t0[i] = in dmascc_init()
362 t0[i]); in dmascc_init()
364 t0[i]); in dmascc_init()
/drivers/atm/
Dzatm.c1192 unsigned long t0,t1,t2; in zatm_init() local
1246 t0 = zpeekl(zatm_dev,uPD98401_TSR); in zatm_init()
1253 while (t0 > t1 || t1 > t2); /* loop if wrapping ... */ in zatm_init()
1254 zatm_dev->khz = t2-2*t1+t0; in zatm_init()
/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h542 u8 t0; member
/drivers/gpu/drm/i915/display/
Dintel_sdvo_regs.h553 u8 t0; member

12