Home
last modified time | relevance | path

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

123

/drivers/soc/bcm/brcmstb/pm/
A Ds2-mips.S53 not t1
56 and t0, t1
59 and t2, t1
70 addu t1, s3
90 and t0, t1
122 and t1, t0
133 li t1, 1
142 not t1
145 and t0, t1
148 and t2, t1
[all …]
A 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
70 li t1, ~(ST0_IM | ST0_IE)
71 and t0, t1
130 lw t1, 48(t0)
[all …]
/drivers/ata/
A Dpata_sis.c230 u8 t1, t2; in sis_old_set_piomode() local
244 t1 |= active[speed]; in sis_old_set_piomode()
292 u32 t1; in sis_133_set_piomode() local
485 u32 t1; in sis_133_set_dmamode() local
496 t1 &= 0xC0C00FFF; in sis_133_set_dmamode()
498 t1 &= ~0x00000004; in sis_133_set_dmamode()
499 if (t1 & 0x08) in sis_133_set_dmamode()
511 t1 |= 0x00000004; in sis_133_set_dmamode()
512 if (t1 & 0x08) in sis_133_set_dmamode()
533 u32 t1; in sis_133_mode_filter() local
[all …]
/drivers/net/ethernet/mellanox/mlx4/
A Dport.c831 mutex_lock(&t1->mutex); in mlx4_bond_mac_table()
849 t1->is_dup[i] = true; in mlx4_bond_mac_table()
852 t1->is_dup[i] = true; in mlx4_bond_mac_table()
886 mutex_lock(&t1->mutex); in mlx4_unbond_mac_table()
897 if (!t1->entries[i]) in mlx4_unbond_mac_table()
899 t1->is_dup[i] = false; in mlx4_unbond_mac_table()
900 if (!t1->refs[i]) { in mlx4_unbond_mac_table()
901 t1->entries[i] = 0; in mlx4_unbond_mac_table()
1004 if (!t1->entries[i]) in mlx4_unbond_vlan_table()
1007 if (!t1->refs[i]) { in mlx4_unbond_vlan_table()
[all …]
/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c271 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()
280 t1->bt.hsync == t2->bt.hsync && in v4l2_match_dv_timings()
281 t1->bt.hbackporch == t2->bt.hbackporch && in v4l2_match_dv_timings()
283 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings()
284 t1->bt.vbackporch == t2->bt.vbackporch && in v4l2_match_dv_timings()
288 (!t1->bt.interlaced || in v4l2_match_dv_timings()
[all …]
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ih.h79 #define amdgpu_ih_ts_after(t1, t2) \ argument
80 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) > 0LL)
82 #define amdgpu_ih_ts_after_or_equal(t1, t2) \ argument
83 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) >= 0LL)
/drivers/input/gameport/
A Dgameport.c80 u64 t1, t2, t3; in gameport_measure_speed() local
90 t1 = ktime_get_ns(); in gameport_measure_speed()
97 t = (t2 - t1) - (t3 - t2); in gameport_measure_speed()
113 unsigned int i, t, t1, t2, t3, tx; in old_gameport_measure_speed() local
123 GET_TIME(t1); in old_gameport_measure_speed()
129 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
138 unsigned long tx, t1, t2, flags; in old_gameport_measure_speed()
147 t1 = rdtsc(); in old_gameport_measure_speed()
152 if (t2 - t1 < tx) tx = t2 - t1; in old_gameport_measure_speed()
/drivers/net/wan/
A 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/platform/x86/
A 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/tty/
A Dn_gsm.c1781 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_control_negotiation()
2239 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
2258 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
2269 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_t1()
2325 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_open()
2389 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); in gsm_dlci_begin_close()
3305 gsm->t1 = T1; in gsm_alloc_mux()
3349 c->t1 = gsm->t1; in gsm_copy_config_values()
3393 if (c->t1 != 0 && c->t1 != gsm->t1) in gsm_config()
3429 if (c->t1) in gsm_config()
[all …]
/drivers/gpio/
A Dgpio-viperboard.c46 u8 t1; member
98 gamsg->t1 = 0x00; in vprbrd_gpioa_get()
152 gamsg->t1 = 0x00; in vprbrd_gpioa_set()
192 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_input()
233 gamsg->t1 = 0x00; in vprbrd_gpioa_direction_output()
/drivers/tee/amdtee/
A Damdtee_if.h63 #define TEE_PARAM_TYPES(t0, t1, t2, t3) \ argument
64 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/drivers/usb/host/
A 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()
A Dehci-hcd.c1113 u32 t1 = ehci_readl(ehci, reg); in ehci_zx_wakeup_clear() local
1115 t1 &= (u32)~0xf0000; in ehci_zx_wakeup_clear()
1116 t1 |= PORT_TEST_FORCE; in ehci_zx_wakeup_clear()
1117 ehci_writel(ehci, t1, reg); in ehci_zx_wakeup_clear()
1118 t1 = ehci_readl(ehci, reg); in ehci_zx_wakeup_clear()
1120 t1 &= (u32)~0xf0000; in ehci_zx_wakeup_clear()
1121 ehci_writel(ehci, t1, reg); in ehci_zx_wakeup_clear()
1124 t1 = ehci_readl(ehci, reg); in ehci_zx_wakeup_clear()
1125 ehci_writel(ehci, t1 | PORT_CSC, reg); in ehci_zx_wakeup_clear()
A Dxhci-hub.c1752 u32 t1, t2; in xhci_bus_suspend() local
1755 t1 = readl(ports[port_index]->addr); in xhci_bus_suspend()
1756 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1764 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1773 if (t1 & PORT_OC) { in xhci_bus_suspend()
1780 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1781 if ((t1 & PORT_CSC) && wake_enabled) { in xhci_bus_suspend()
1798 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
1815 t1 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1816 if (t1 != t2) in xhci_bus_suspend()
/drivers/net/fddi/skfp/
A 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()
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()
1974 t1 = t1->txd_next ; in mac_drv_clear_txd()
[all …]
/drivers/net/dsa/sja1105/
A 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/
A Di915_perf.c202 ktime_t t0, t1; in live_noa_delay() local
263 t1 = poll_status(rq, 0x102); in live_noa_delay()
267 ktime_sub(t1, t0), expected); in live_noa_delay()
/drivers/thermal/
A Dthermal_thresholds.c54 struct user_threshold *t1 = container_of(l1, struct user_threshold, list_node); in __thermal_thresholds_cmp() local
57 return t1->temperature - t2->temperature; in __thermal_thresholds_cmp()
/drivers/gpu/drm/panel/
A Dpanel-novatek-nt35510.c448 u16 t1; member
799 dpfrctr[0] = (conf->t1 >> 8) & 0xFF; in nt35510_setup_display()
800 dpfrctr[1] = conf->t1 & 0xFF; in nt35510_setup_display()
1290 .t1 = 0x0184,
1365 .t1 = 0x0184,
/drivers/firmware/
A Dturris-mox-rwtm.c197 static void reply_to_mac_addr(u8 *mac, u32 t1, u32 t2) in reply_to_mac_addr() argument
199 mac[0] = t1 >> 8; in reply_to_mac_addr()
200 mac[1] = t1; in reply_to_mac_addr()
/drivers/gpu/drm/i915/gt/
A Dselftest_migrate.c855 ktime_t t0, t1; in __perf_clear_blt() local
869 t1 = ktime_get(); in __perf_clear_blt()
870 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt()
934 ktime_t t0, t1; in __perf_copy_blt() local
952 t1 = ktime_get(); in __perf_copy_blt()
953 t[pass] = ktime_sub(t1, t0); in __perf_copy_blt()
/drivers/scsi/bfa/
A 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/
A 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()
/drivers/cpufreq/
A Dcppc_cpufreq.c679 static inline u64 get_delta(u64 t1, u64 t0) in get_delta() argument
681 if (t1 > t0 || t0 > ~(u32)0) in get_delta()
682 return t1 - t0; in get_delta()
684 return (u32)t1 - (u32)t0; in get_delta()

Completed in 65 milliseconds

123