| /drivers/tee/amdtee/ |
| A D | amdtee_if.h | 63 #define TEE_PARAM_TYPES(t0, t1, t2, t3) \ argument 64 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
|
| /drivers/input/gameport/ |
| A D | gameport.c | 80 u64 t1, t2, t3; in gameport_measure_speed() local 94 t3 = 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 126 GET_TIME(t3); in old_gameport_measure_speed() 129 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
|
| /drivers/watchdog/ |
| A D | f71808e_wdt.c | 233 unsigned int t1 = 25, t2 = 125, t3 = 5000; in fintek_wdt_set_pulse_width() local 238 t3 = 6000; in fintek_wdt_set_pulse_width() 247 } else if (pw <= t3) { in fintek_wdt_set_pulse_width()
|
| /drivers/usb/host/ |
| A D | ehci-hub.c | 320 u32 t3; in ehci_bus_suspend() local 322 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 323 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend() 324 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 326 port, (t3 & HOSTPC_PHCD) ? in ehci_bus_suspend()
|
| /drivers/input/joystick/ |
| A D | analog.c | 311 ktime_t t1, t2, t3; in analog_calibrate_timer() local 323 t3 = ktime_get(); in analog_calibrate_timer() 326 t = ktime_sub(t2, t1) - ktime_sub(t3, t2); in analog_calibrate_timer()
|
| /drivers/media/usb/gspca/ |
| A D | t613.c | 743 static const u8 t3[] = in sd_start() local 789 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3); in sd_start()
|
| /drivers/gpu/drm/bridge/ |
| A D | tc358775.c | 380 u16 dsiclk, clkdiv, byteclk, t1, t2, t3, vsdelay; in tc_bridge_atomic_enable() local 444 t3 = ((t2 * byteclk) / 100) - (hactive * (tc->bpc * 3 / 8) / in tc_bridge_atomic_enable() 447 vsdelay = (clkdiv * (t1 + t3) / byteclk) - hback_porch - hsync_len - hactive; in tc_bridge_atomic_enable()
|
| /drivers/tty/ |
| A D | n_gsm.c | 335 unsigned int t3; /* Power wake-up timer in seconds. */ member 3307 gsm->t3 = T3; in gsm_alloc_mux() 3351 c->t3 = gsm->t3; in gsm_copy_config_values() 3376 if (c->t3 > MAX_T3) in gsm_config() 3433 if (c->t3) in gsm_config() 3434 gsm->t3 = c->t3; in gsm_config()
|
| /drivers/gpu/drm/amd/display/modules/color/ |
| A D | color_gamma.c | 979 struct fixed31_32 t3; in hermite_spline_eetf() local 1014 t3 = dc_fixpt_mul(t2, t); in hermite_spline_eetf() 1015 temp1 = dc_fixpt_mul(two, t3); in hermite_spline_eetf() 1031 dc_fixpt_add(t, dc_fixpt_sub(t3, temp1)))); in hermite_spline_eetf()
|
| /drivers/gpu/drm/gma500/ |
| A D | psb_intel_sdvo_regs.h | 545 u8 t3; member
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_sdvo_regs.h | 556 u8 t3; member
|
| A D | intel_vbt_defs.h | 993 u16 t3; /* power off */ member
|
| /drivers/pci/pcie/ |
| A D | ptm.c | 536 pcie_ptm_create_debugfs_file(pdata, 0444, t3); in pcie_ptm_create_debugfs()
|
| /drivers/net/dsa/sja1105/ |
| A D | sja1105_main.c | 2294 s64 t1, t2, t3, t4; in sja1105_static_config_reload() local 2342 t3 = timespec64_to_ns(&ptp_sts_after.pre_ts); in sja1105_static_config_reload() 2347 t34 = t3 + (t4 - t3) / 2; in sja1105_static_config_reload()
|
| /drivers/usb/misc/sisusbvga/ |
| A D | sisusbvga.c | 1387 u32 t0, t1, t2, t3; in sisusb_getbuswidth() local 1414 ret |= READL(ramptr + 12, &t3); in sisusb_getbuswidth() 1420 if ((t3 != 0xcdef0123) || (t2 != 0x89abcdef)) { in sisusb_getbuswidth()
|
| /drivers/video/fbdev/ |
| A D | pxafb.c | 1223 unsigned t1, t2, t3, t4; in setup_smart_timing() local 1227 t3 = mode->op_hold_time; in setup_smart_timing() 1234 LCCR1_HorSnchWdth(__smart_timing(t3, lclk)); in setup_smart_timing()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_n.c | 20227 const struct chan_info_nphy_2055 **t3) in wlc_phy_chan2freq_nphy() argument 20372 *t3 = &chan_info_nphy_2055[i]; in wlc_phy_chan2freq_nphy() 20390 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_get_chan_freq_range_nphy() local 20395 wlc_phy_chan2freq_nphy(pi, channel, &freq, &t0, &t1, &t2, &t3); in wlc_phy_get_chan_freq_range_nphy() 21160 const struct chan_info_nphy_2055 *t3 = NULL; in wlc_phy_chanspec_set_nphy() local 21163 (pi, CHSPEC_CHANNEL(chanspec), &freq, &t0, &t1, &t2, &t3)) in wlc_phy_chanspec_set_nphy() 21223 wlc_phy_chanspec_radio2055_setup(pi, t3); in wlc_phy_chanspec_set_nphy() 21226 &(t3->PHY_BW1a)); in wlc_phy_chanspec_set_nphy()
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | wmi.h | 3588 u8 t3[6]; member
|