Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 70) sorted by relevance

123

/drivers/crypto/vmx/
Dghashp8-ppc.pl57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12));
86 vsldoi $t1,$zero,$t0,1 # ...1
89 vor $xC2,$xC2,$t1 # 0xc2....01
90 vspltb $t1,$H,0 # most significant byte
92 vsrab $t1,$t1,$t2 # broadcast carry bit
93 vand $t1,$t1,$xC2
94 vxor $H,$H,$t1 # twisted H
139 vsldoi $t1,$zero,$Xm,8
141 vxor $Xh,$Xh,$t1
146 vsldoi $t1,$Xl,$Xl,8 # 2nd phase
[all …]
/drivers/soc/bcm/brcmstb/pm/
Ds2-mips.S52 addiu t1, s3, -1
53 not t1
56 and t0, t1
59 and t2, t1
68 2: move t1, s4
69 cache 0x1c, 0(t1)
70 addu t1, s3
89 li t1, ~(ST0_IM | ST0_IE)
90 and t0, t1
121 lw t1, TIMER_TIMER1_STAT(s2)
[all …]
Ds3-mips.S40 mfc0 t1, CP0_STATUS
41 sw t1, 48(t0)
44 addiu t1, a1, -1
45 not t1
46 and t0, t1
50 and t2, t1
57 li t1, PM_WARM_CONFIG
60 sw t1, AON_CTRL_PM_CTRL(a0)
61 lw t1, AON_CTRL_PM_CTRL(a0)
63 li t1, (PM_WARM_CONFIG | PM_PWR_DOWN)
[all …]
/drivers/ata/
Dpata_sis.c230 u8 t1, t2; in sis_old_set_piomode() local
238 pci_read_config_byte(pdev, port, &t1); in sis_old_set_piomode()
241 t1 &= ~0x0F; /* Clear active/recovery timings */ in sis_old_set_piomode()
244 t1 |= active[speed]; in sis_old_set_piomode()
247 pci_write_config_byte(pdev, port, t1); in sis_old_set_piomode()
292 u32 t1; in sis_133_set_piomode() local
313 pci_read_config_dword(pdev, port, &t1); in sis_133_set_piomode()
314 t1 &= 0xC0C00FFF; /* Mask out timing */ in sis_133_set_piomode()
316 if (t1 & 0x08) /* 100 or 133 ? */ in sis_133_set_piomode()
317 t1 |= timing133[speed]; in sis_133_set_piomode()
[all …]
/drivers/media/v4l2-core/
Dv4l2-dv-timings.c267 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, in v4l2_match_dv_timings() argument
271 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) in v4l2_match_dv_timings()
273 if (t1->bt.width == t2->bt.width && in v4l2_match_dv_timings()
274 t1->bt.height == t2->bt.height && in v4l2_match_dv_timings()
275 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings()
276 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings()
277 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && in v4l2_match_dv_timings()
278 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && in v4l2_match_dv_timings()
279 t1->bt.hfrontporch == t2->bt.hfrontporch && in v4l2_match_dv_timings()
280 t1->bt.hsync == t2->bt.hsync && in v4l2_match_dv_timings()
[all …]
/drivers/net/ethernet/mellanox/mlx4/
Dport.c844 struct mlx4_mac_table *t1 = &mlx4_priv(dev)->port[1].mac_table; in mlx4_bond_mac_table() local
851 mutex_lock(&t1->mutex); in mlx4_bond_mac_table()
854 if ((t1->entries[i] != t2->entries[i]) && in mlx4_bond_mac_table()
855 t1->entries[i] && t2->entries[i]) { in mlx4_bond_mac_table()
863 if (t1->entries[i] && !t2->entries[i]) { in mlx4_bond_mac_table()
864 t2->entries[i] = t1->entries[i]; in mlx4_bond_mac_table()
867 } else if (!t1->entries[i] && t2->entries[i]) { in mlx4_bond_mac_table()
868 t1->entries[i] = t2->entries[i]; in mlx4_bond_mac_table()
869 t1->is_dup[i] = true; in mlx4_bond_mac_table()
871 } else if (t1->entries[i] && t2->entries[i]) { in mlx4_bond_mac_table()
[all …]
/drivers/input/gameport/
Dgameport.c81 u64 t1, t2, t3; in gameport_measure_speed() local
91 t1 = ktime_get_ns(); in gameport_measure_speed()
98 t = (t2 - t1) - (t3 - t2); in gameport_measure_speed()
114 unsigned int i, t, t1, t2, t3, tx; in old_gameport_measure_speed() local
124 GET_TIME(t1); in old_gameport_measure_speed()
130 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
139 unsigned long tx, t1, t2, flags; in old_gameport_measure_speed()
148 t1 = rdtsc(); in old_gameport_measure_speed()
153 if (t2 - t1 < tx) tx = t2 - t1; in old_gameport_measure_speed()
/drivers/net/wan/
Dhdlc_x25.c209 params.t1 = state(hdlc)->settings.t1; in x25_open()
310 new_settings.t1 = 3; in x25_ioctl()
326 new_settings.t1 < 1 || in x25_ioctl()
327 new_settings.t1 > 255 || in x25_ioctl()
/drivers/tty/
Dn_gsm.c136 struct timer_list t1; /* Retransmit timer for SABM and UA */ member
256 int t1, t2; /* Timers in 1/100th of a sec */ member
906 mod_timer(&gsm->kick_timer, jiffies + 10 * gsm->t1 * HZ / 100); in __gsm_data_queue()
1648 del_timer(&dlci->t1); in gsm_dlci_close()
1680 del_timer(&dlci->t1); in gsm_dlci_open()
1709 struct gsm_dlci *dlci = from_timer(dlci, t, t1); in gsm_dlci_t1()
1717 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1733 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
1761 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_open()
1802 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_close()
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c669 ktime_t now, t1; in amdgpu_ctx_fence_time() local
689 t1 = s_fence->scheduled.timestamp; in amdgpu_ctx_fence_time()
690 if (!ktime_before(t1, now)) { in amdgpu_ctx_fence_time()
696 *total += ktime_sub(s_fence->finished.timestamp, t1); in amdgpu_ctx_fence_time()
698 *total += ktime_sub(now, t1); in amdgpu_ctx_fence_time()
699 t1 = ktime_sub(now, t1); in amdgpu_ctx_fence_time()
701 *max = max(t1, *max); in amdgpu_ctx_fence_time()
/drivers/platform/x86/
Dgpd-pocket-fan.c78 int t0, t1, temp, speed, min_speed, i; in gpd_pocket_fan_worker() local
81 thermal_zone_get_temp(fan->dts1, &t1)) { 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/gpio/
Dgpio-viperboard.c46 u8 t1; member
98 gamsg->t1 = 0x00; in vprbrd_gpioa_get()
150 gamsg->t1 = 0x00; in vprbrd_gpioa_set()
187 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_input()
228 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_output()
/drivers/usb/host/
Dehci-hub.c179 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_adjust_port_wakeup_flags() local
180 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
186 if (t1 & PORT_CONNECT) in ehci_adjust_port_wakeup_flags()
258 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; in ehci_bus_suspend() local
259 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
262 if (t1 & PORT_OWNER) in ehci_bus_suspend()
264 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { in ehci_bus_suspend()
276 if (t1 & PORT_CONNECT) in ehci_bus_suspend()
282 if (t1 != t2) { in ehci_bus_suspend()
Dxhci-hub.c1735 u32 t1, t2; in xhci_bus_suspend() local
1738 t1 = readl(ports[port_index]->addr); in xhci_bus_suspend()
1739 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1747 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1756 if (t1 & PORT_OC) { in xhci_bus_suspend()
1763 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1764 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
1781 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
1798 t1 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1799 if (t1 != t2) in xhci_bus_suspend()
/drivers/gpu/drm/i915/gt/
Dselftest_migrate.c497 ktime_t t0, t1; in __perf_clear_blt() local
511 t1 = 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
593 t1 = 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
249 t1 = ktime_get(); in __live_heartbeat_fast()
252 times[i] = ktime_us_delta(t1, t0); in __live_heartbeat_fast()
/drivers/net/fddi/skfp/
Dhwmtm.c1936 struct s_smt_fp_txd volatile *t1 ; in mac_drv_clear_txd() local
1947 t1 = queue->tx_curr_get ; in mac_drv_clear_txd()
1954 DRV_BUF_FLUSH(t1,DDI_DMA_SYNC_FORCPU) ; in mac_drv_clear_txd()
1955 DB_TX(5, "check OWN/EOF bit of TxD 0x%p", t1); in mac_drv_clear_txd()
1956 tbctrl = le32_to_cpu(CR_READ(t1->txd_tbctrl)); in mac_drv_clear_txd()
1962 t1 = t1->txd_next ; in mac_drv_clear_txd()
1966 t1 = queue->tx_curr_get ; in mac_drv_clear_txd()
1968 tbctrl = le32_to_cpu(t1->txd_tbctrl) ; in mac_drv_clear_txd()
1970 (union s_fp_descr volatile *) t1, in mac_drv_clear_txd()
1973 t2 = t1 ; in mac_drv_clear_txd()
[all …]
/drivers/usb/gadget/udc/
Dnet2272.c1174 u8 t1, t2; in registers_show() local
1198 t1 = net2272_read(dev, DMAREQ); in registers_show()
1200 t1, ep_name[(t1 & 0x01) + 1], in registers_show()
1201 t1 & (1 << DMA_CONTROL_DACK) ? "dack " : "", in registers_show()
1202 t1 & (1 << DMA_REQUEST_ENABLE) ? "reqenb " : "", in registers_show()
1203 t1 & (1 << DMA_REQUEST) ? "req " : "", in registers_show()
1204 t1 & (1 << DMA_BUFFER_VALID) ? "valid " : ""); in registers_show()
1209 t1 = net2272_read(dev, USBCTL1); in registers_show()
1210 if (t1 & (1 << VBUS_PIN)) { in registers_show()
1211 if (t1 & (1 << USB_HIGH_SPEED)) in registers_show()
[all …]
/drivers/net/dsa/sja1105/
Dsja1105_tas.c392 s64 t1, t2; in sja1105_tas_check_conflicts() local
437 for (t1 = rbt1 + delta1; in sja1105_tas_check_conflicts()
438 t1 <= stop_time; in sja1105_tas_check_conflicts()
439 t1 += offload->cycle_time) { in sja1105_tas_check_conflicts()
447 if (t1 == t2) { in sja1105_tas_check_conflicts()
/drivers/gpu/drm/i915/selftests/
Di915_perf.c196 ktime_t t0, t1; in live_noa_delay() local
257 t1 = poll_status(rq, 0x102); in live_noa_delay()
261 ktime_sub(t1, t0), expected); in live_noa_delay()
/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/panel/
Dpanel-novatek-nt35510.c295 u16 t1; member
609 dpfrctr[0] = (conf->t1 >> 8) & 0xFF; in nt35510_setup_display()
610 dpfrctr[1] = conf->t1 & 0xFF; in nt35510_setup_display()
1057 .t1 = 0x0184,
/drivers/scsi/bfa/
Dbfa_port.c24 __be32 t0, t1; in bfa_port_stats_swap() local
30 t1 = dip[i + 1]; in bfa_port_stats_swap()
33 dip[i + 1] = be32_to_cpu(t1); in bfa_port_stats_swap()
35 dip[i] = be32_to_cpu(t1); in bfa_port_stats_swap()
/drivers/media/dvb-frontends/
Dlgs8gxx.c363 u8 t1, t2; in lgs8gxx_autolock_gi() local
372 lgs8gxx_read_reg(priv, 0x0C, &t1); in lgs8gxx_autolock_gi()
374 t1 &= ~(GI_MASK); in lgs8gxx_autolock_gi()
375 t1 |= gi; in lgs8gxx_autolock_gi()
378 lgs8gxx_write_reg(priv, 0x0C, t1); in lgs8gxx_autolock_gi()

123