Searched refs:t3 (Results 1 - 10 of 10) sorted by relevance

/drivers/input/gameport/
H A Dgameport.c85 u64 t1, t2, t3; local
99 t3 = ktime_get_ns();
102 t = (t2 - t1) - (t3 - t2);
118 unsigned int i, t, t1, t2, t3, tx; local
131 GET_TIME(t3);
134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;
/drivers/input/joystick/
H A Danalog.c394 u64 t1, t2, t3; local
407 t3 = get_time();
410 port->speed = delta(t1, t2) - delta(t2, t3);
422 t3 = get_time();
425 t = delta(t1, t2) - delta(t2, t3);
/drivers/usb/host/
H A Dehci-hub.c325 u32 t3; local
327 t3 = ehci_readl(ehci, hostpc_reg);
328 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg);
329 t3 = ehci_readl(ehci, hostpc_reg);
331 port, (t3 & HOSTPC_PHCD) ?
/drivers/media/usb/gspca/
H A Dt613.c756 static const u8 t3[] = local
802 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3);
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h545 u8 t3; member in struct:psb_sdvo_panel_power_sequencing
/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h550 u8 t3; member in struct:sdvo_panel_power_sequencing
/drivers/video/fbdev/
H A Dpxafb.c1236 unsigned t1, t2, t3, t4; local
1240 t3 = mode->op_hold_time;
1247 LCCR1_HorSnchWdth(__smart_timing(t3, lclk));
/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1488 u32 t0, t1, t2, t3; local
1515 ret |= READL(ramptr + 12, &t3);
1521 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) {
/drivers/tty/
H A Dn_gsm.c2590 c.t3 = 0; /* Not supported */
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c20339 const struct chan_info_nphy_2055 **t3)
20484 *t3 = &chan_info_nphy_2055[i];
20502 const struct chan_info_nphy_2055 *t3 = NULL; local
20507 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3);
21272 const struct chan_info_nphy_2055 *t3 = NULL; local
21275 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3))
21335 wlc_phy_chanspec_radio2055_setup(pi, t3);
21338 &(t3->PHY_BW1a));
20335 wlc_phy_chan2freq_nphy(struct brcms_phy *pi, uint channel, int *f, const struct chan_info_nphy_radio2057 **t0, const struct chan_info_nphy_radio205x **t1, const struct chan_info_nphy_radio2057_rev5 **t2, const struct chan_info_nphy_2055 **t3) argument

Completed in 262 milliseconds