/drivers/input/gameport/ |
D | gameport.c | 85 u64 t1, t2, t3; in gameport_measure_speed() local 99 t3 = ktime_get_ns(); in gameport_measure_speed() 102 t = (t2 - t1) - (t3 - t2); in gameport_measure_speed() 118 unsigned int i, t, t1, t2, t3, tx; in old_gameport_measure_speed() local 131 GET_TIME(t3); in old_gameport_measure_speed() 134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
|
/drivers/gpu/drm/i915/ |
D | intel_lvds.c | 52 int t3; member 168 pps->t3 = (val & PANEL_POWER_DOWN_DELAY_MASK) >> in intel_lvds_pps_get_hw_state() 189 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) { in intel_lvds_pps_get_hw_state() 196 pps->t3 = 35 * 10; in intel_lvds_pps_get_hw_state() 202 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx, in intel_lvds_pps_get_hw_state() 220 I915_WRITE(PP_OFF_DELAYS(0), (pps->t3 << PANEL_POWER_DOWN_DELAY_SHIFT) | in intel_lvds_pps_init_hw()
|
D | intel_sdvo_regs.h | 550 u8 t3; member
|
/drivers/input/joystick/ |
D | analog.c | 394 u64 t1, t2, t3; in analog_calibrate_timer() local 407 t3 = get_time(); in analog_calibrate_timer() 410 port->speed = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer() 422 t3 = get_time(); in analog_calibrate_timer() 425 t = delta(t1, t2) - delta(t2, t3); in analog_calibrate_timer()
|
/drivers/watchdog/ |
D | f71808e_wdt.c | 257 unsigned int t1 = 25, t2 = 125, t3 = 5000; in watchdog_set_pulse_width() local 262 t3 = 6000; in watchdog_set_pulse_width() 273 } else if (pw <= t3) { in watchdog_set_pulse_width()
|
/drivers/usb/host/ |
D | ehci-hub.c | 334 u32 t3; in ehci_bus_suspend() local 336 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 337 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend() 338 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 340 port, (t3 & HOSTPC_PHCD) ? in ehci_bus_suspend()
|
/drivers/media/usb/gspca/ |
D | t613.c | 752 static const u8 t3[] = in sd_start() local 798 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3); in sd_start()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 2225 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 2260 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0]; in rijndaelEncrypt() 2262 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1]; in rijndaelEncrypt() 2264 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2]; in rijndaelEncrypt() 2266 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3]; in rijndaelEncrypt()
|
/drivers/mtd/nand/ |
D | tango_nand.c | 117 #define TIMING(t0, t1, t2, t3) ((t0) << 24 | (t1) << 16 | (t2) << 8 | (t3)) argument
|
/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo_regs.h | 545 u8 t3; member
|
/drivers/video/fbdev/ |
D | pxafb.c | 1238 unsigned t1, t2, t3, t4; in setup_smart_timing() local 1242 t3 = mode->op_hold_time; in setup_smart_timing() 1249 LCCR1_HorSnchWdth(__smart_timing(t3, lclk)); in setup_smart_timing()
|
/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 1444 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local 1471 ret |= READL(ramptr + 12, &t3); in sisusb_getbuswidth() 1477 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) { in sisusb_getbuswidth()
|
/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 2476 u8 t3[6]; member
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 20336 const struct chan_info_nphy_2055 **t3) in wlc_phy_chan2freq_nphy() argument 20481 *t3 = &chan_info_nphy_2055[i]; in wlc_phy_chan2freq_nphy() 20499 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_get_chan_freq_range_nphy() local 20504 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3); in wlc_phy_get_chan_freq_range_nphy() 21269 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_chanspec_set_nphy() local 21272 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3)) in wlc_phy_chanspec_set_nphy() 21332 wlc_phy_chanspec_radio2055_setup(pi, t3); in wlc_phy_chanspec_set_nphy() 21335 &(t3->PHY_BW1a)); in wlc_phy_chanspec_set_nphy()
|
/drivers/tty/ |
D | n_gsm.c | 2609 c.t3 = 0; /* Not supported */ in gsmld_ioctl()
|