Searched defs:t1 (Results 1 - 110 of 110) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-ath79/
H A Dkernel-entry-init.h22 li t1, ~CONF_CM_CMASK variable
/linux-4.1.27/arch/ia64/lib/
H A Dcarta_random.S18 #define t1 r17 define
H A Dcopy_page_mck.S75 #define t1 r17 define
H A Dcopy_user.S52 #define t1 r2 // rshift in bytes define
H A Dmemcpy_mck.S43 #define t1 r23 define
/linux-4.1.27/arch/mips/include/asm/mach-paravirt/
H A Dkernel-entry-init.h30 slti t1, t0, NR_CPUS variable
31 bnez t1, 1f variable
39 PTR_ADDU t1, t1, t0 variable
45 PTR_ADDU t1, t1, t0 variable
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dswab.h26 __u64 t0, t1, t2, t3; __arch_swab32() local
H A Dregdef.h7 #define t1 $2 macro
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dkernel-entry-init.h48 andi t1, 0x7 /* CCA */ variable
50 ins t2, t1, 16, 3 variable
69 ins t0, t1, 16, 3 variable
100 bgez t1, 9f variable
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h47 and t1, v1, 0xfff8 variable
48 xor t1, t1, 0x9000 # 63-P1 variable
50 and t1, v1, 0xfff8 variable
51 xor t1, t1, 0x9008 # 63-P2 variable
53 and t1, v1, 0xfff8 variable
54 xor t1, t1, 0x9100 # 68-P1 variable
56 and t1, v1, 0xff00 variable
57 xor t1, t1, 0x9200 # 66-PX variable
60 slti t1, t1, 2 # 66-P1.2 and later good. variable
83 and t1, v0, 0xff00 variable
85 bge t1, v0, 1f # OCTEON III has no DCACHE_ERR_REG COP0 variable
106 LONG_L t1, (t0) variable
108 bne t1, v0, octeon_spin_wait_boot variable
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h47 dsll t1, NASID_SHFT # Shift text nasid into place variable
49 or t1, t1, t0 # Physical load address of kernel text variable
51 dsrl t1, 12 # 4K pfn variable
53 dsll t1, 6 # Get pfn into place variable
90 dsll t1, NASID_SHFT variable
93 lh t1, KV_RO_NASID_OFFSET(t0) variable in typeref:struct:lh
/linux-4.1.27/arch/mips/include/asm/
H A Dstackframe.h393 li t1, ST0_CU0 | STATMASK variable
406 li t1, ST0_CU0 | STATMASK variable
420 li t1, ST0_CU0 | (STATMASK & ~1) variable
H A Dregdef.h31 #define t1 $9 macro
82 #define t1 $13 macro
/linux-4.1.27/tools/perf/tests/
H A Dthread-mg-share.c14 struct thread *t1, *t2, *t3; test__thread_mg_share() local
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dtime.c29 unsigned char timer_count, t1; get_ns_in_jiffie() local
H A Dfasttimer.c121 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) fasttime_cmp() argument
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dtopology.c39 static int __compare(const void *t1, const void *t2) __compare() argument
/linux-4.1.27/include/linux/
H A Dgsmmux.h9 unsigned int t1; member in struct:gsm_config
H A Dlapb.h36 unsigned int t1; member in struct:lapb_parms_struct
H A Dpci_hotplug.h169 struct hpp_type1 *t1; /* Type1: NULL if not available */ member in struct:hotplug_params
H A Dskbuff.h434 static inline u32 skb_mstamp_us_delta(const struct skb_mstamp *t1, skb_mstamp_us_delta() argument
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_time.h51 static inline unsigned long cfs_time_sub(unsigned long t1, unsigned long t2) cfs_time_sub() argument
56 static inline int cfs_time_after(unsigned long t1, unsigned long t2) cfs_time_after() argument
61 static inline int cfs_time_aftereq(unsigned long t1, unsigned long t2) cfs_time_aftereq() argument
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
H A Dlinux-time.h126 static inline int cfs_time_before_64(__u64 t1, __u64 t2) cfs_time_before_64() argument
131 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) cfs_time_beforeq_64() argument
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_stats.c56 unsigned long t0, t1; ipath_snap_cntr() local
/linux-4.1.27/arch/x86/purgatory/
H A Dsha256.c50 u32 a, b, c, d, e, f, g, h, t1, t2; sha256_transform() local
/linux-4.1.27/arch/x86/boot/
H A Dtty.c122 int t0, t1; getchar_timeout() local
/linux-4.1.27/crypto/
H A Dsha256_generic.c57 u32 a, b, c, d, e, f, g, h, t1, t2; sha256_transform() local
H A Dsha512_generic.c84 u64 a, b, c, d, e, f, g, h, t1, t2; sha512_transform() local
H A Dseed.c337 u32 i, t0, t1, x1, x2, x3, x4; seed_set_key() local
373 u32 x1, x2, x3, x4, t0, t1; seed_encrypt() local
411 u32 x1, x2, x3, x4, t0, t1; seed_decrypt() local
H A Dcamellia_generic.c561 u32 il, ir, t0, t1, w0, w1; camellia_setup128() local
668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ camellia_setup256() local
866 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_encrypt() local
921 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_decrypt() local
/linux-4.1.27/arch/mips/kernel/
H A Dspinlock_test.c94 struct spin_multi_per_thread t1, t2; multi_get() local
H A Dpm-cps.c83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator in enum:mips_reg
/linux-4.1.27/kernel/
H A Dkcmp.c47 long t1, t2; kcmp_ptr() local
H A Ddelayacct.c87 unsigned long flags, t1; __delayacct_add_tsk() local
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_extend.c127 struct nf_ct_ext_type *t1, *t2; update_alloc_size() local
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c111 u64 t1, t2, t3; sched_clock() local
H A Docteon-memcpy.S109 #define t1 $9 define
/linux-4.1.27/drivers/ide/
H A Dqd65xx.c301 u16 t1, t2; qd6580_init_dev() local
H A Dsis5513.c200 u16 t1 = 0; sis_ata16_program_timings() local
223 u8 t1, drive_pci = 0x40 + drive->dn * 2; sis_ata100_program_timings() local
246 u32 t1 = 0; sis_ata133_program_timings() local
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_port.c31 __be32 t0, t1; bfa_port_stats_swap() local
/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c11 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_256() local
504 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_256() local
1151 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_512() local
2112 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_512() local
3381 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_1024() local
5502 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_1024() local
/linux-4.1.27/arch/x86/kernel/
H A Dapb_timer.c263 cycle_t t1; apbt_clocksource_register() local
371 cycle_t t1, t2; apbt_quick_calibrate() local
H A Dhpet.c757 cycle_t t1; hpet_clocksource_register() local
H A Dtsc.c372 u64 t1, t2; tsc_read_refs() local
443 u64 tsc, t1, t2, delta; pit_calibrate_tsc() local
/linux-4.1.27/drivers/usb/host/
H A Dehci-hub.c191 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; ehci_adjust_port_wakeup_flags() local
269 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; ehci_bus_suspend() local
H A Dxhci-hub.c1145 u32 t1, t2; xhci_bus_suspend() local
H A Disp1362-hcd.c1567 unsigned long t1; isp1362_hub_control() local
H A Doxu210hp-hcd.c3483 u32 t1 = readl(reg) & ~PORT_RWC_BITS; oxu_bus_suspend() local
H A Dxhci.c874 u32 t1, t2; xhci_disable_port_wake_on_bits() local
/linux-4.1.27/include/net/netfilter/
H A Dnf_conntrack_tuple.h123 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, __nf_ct_tuple_src_equal() argument
131 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, __nf_ct_tuple_dst_equal() argument
139 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, nf_ct_tuple_equal() argument
155 nf_ct_tuple_src_mask_cmp(const struct nf_conntrack_tuple *t1, nf_ct_tuple_src_mask_cmp() argument
/linux-4.1.27/arch/mips/lib/
H A Dcsum_partial.S29 #define t1 $9 define
H A Dmemcpy.S171 #define t1 $9 define
/linux-4.1.27/arch/parisc/kernel/
H A Dentry.S1132 t1 = r9 /* temporary register 1 */ define
/linux-4.1.27/arch/powerpc/include/asm/
H A Datomic.h198 int t1, t2; atomic_inc_not_zero() local
458 long t1, t2; atomic64_inc_not_zero() local
/linux-4.1.27/Documentation/ptp/
H A Dtestptp.c183 int64_t t1, t2, tp; main() local
/linux-4.1.27/lib/
H A Dcrc32.c77 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
/linux-4.1.27/net/wireless/
H A Dchan.c558 unsigned int t1 = 0, t2 = 0; cfg80211_chandef_dfs_cac_time() local
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c228 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, v4l2_match_dv_timings() argument
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dhwmtm.c1944 struct s_smt_fp_txd volatile *t1 ; mac_drv_clear_txd() local
/linux-4.1.27/drivers/gpio/
H A Dgpio-viperboard.c52 u8 t1; member in struct:vprbrd_gpioa_msg
/linux-4.1.27/drivers/input/gameport/
H A Dgameport.c85 u64 t1, t2, t3; gameport_measure_speed() local
118 unsigned int i, t, t1, t2, t3, tx; old_gameport_measure_speed() local
/linux-4.1.27/include/net/
H A Dlapb.h91 unsigned short t1, t2; member in struct:lapb_cb
H A Dnetrom.h72 unsigned long t1, t2, t4, idle; member in struct:nr_sock
H A Drose.h138 unsigned long t1, t2, t3, hb, idle; member in struct:rose_sock
H A Dax25.h237 unsigned long t1, t2, t3, idle, rtt; member in struct:ax25_cb
/linux-4.1.27/include/uapi/linux/
H A Dax25.h90 unsigned int t1, t1timer; member in struct:ax25_info_struct_deprecated
100 unsigned int t1, t1timer; member in struct:ax25_info_struct
/linux-4.1.27/arch/parisc/lib/
H A Dmemcpy.c282 register unsigned long src, dst, t1, t2, t3; pa_memcpy_internal() local
/linux-4.1.27/kernel/sched/
H A Ddebug.c658 u64 t0, t1; proc_sched_show_task() local
/linux-4.1.27/scripts/kconfig/
H A Dexpr.c985 static int expr_compare_type(enum expr_type t1, enum expr_type t2) expr_compare_type() argument
/linux-4.1.27/drivers/hwmon/
H A Dnct7802.c72 unsigned int t1, t2 = 0; nct7802_read_temp() local
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_device.c197 unsigned long t0, t1; detect_guest_activity() local
/linux-4.1.27/drivers/s390/cio/
H A Dchsc.h183 u64 t1; member in struct:chsc_brinfo_resume_token
/linux-4.1.27/drivers/input/joystick/
H A Danalog.c394 u64 t1, t2, t3; analog_calibrate_timer() local
/linux-4.1.27/drivers/ata/
H A Dpata_samsung_cf.c95 int t1 = ata->setup; pata_s3c_setup_timing() local
H A Dpata_sis.c230 u8 t1, t2; sis_old_set_piomode() local
292 u32 t1; sis_133_set_piomode() local
485 u32 t1; sis_133_set_dmamode() local
532 u32 t1; sis_133_mode_filter() local
H A Dpata_ep93xx.c238 ep93xx_pata_rw_begin(void __iomem *base, unsigned long addr, unsigned long t1) ep93xx_pata_rw_begin() argument
H A Dpata_octeon_cf.c141 int t1; octeon_cf_set_piomode() local
H A Dpata_mpc52xx.c273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; mpc52xx_ata_compute_pio_timings() local
/linux-4.1.27/drivers/thermal/
H A Dimx_thermal.c352 int t1, n1; imx_get_sensor_data() local
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c1058 int t1, t2, interval, ret = 0; ti_bandgap_get_trend() local
/linux-4.1.27/fs/jfs/
H A Djfs_dmap.h189 struct dmaptree t1; member in union:dmtree
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgs8gxx.c377 u8 t1, t2; lgs8gxx_autolock_gi() local
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dfasttimer.c111 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) fasttime_cmp() argument
/linux-4.1.27/arch/ia64/kernel/
H A Dsmpboot.c220 unsigned long tcenter, t0, t1, tm; get_delta() local
/linux-4.1.27/net/bluetooth/
H A Decc.c595 u64 t1[NUM_ECC_DIGITS]; apply_z() local
/linux-4.1.27/kernel/rcu/
H A Dupdate.c672 struct task_struct *t1; local
/linux-4.1.27/drivers/atm/
H A Dzatm.c1188 unsigned long t0,t1,t2; zatm_init() local
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dnet2272.c1189 u8 t1, t2; registers_show() local
H A Dnet2280.c1524 u32 t1, t2; registers_show() local
/linux-4.1.27/arch/arc/include/asm/
H A Darcregs.h274 unsigned int pad2:15, rtsc:1, pad1:6, t1:1, t0:1, ver:8; member in struct:bcr_timer
/linux-4.1.27/net/ipv6/
H A Dtcp_ipv6.c739 struct tcphdr *t1; tcp_v6_send_response() local
/linux-4.1.27/sound/soc/codecs/
H A Dtlv320dac33.c1156 unsigned long long t0, t1, t_now; dac33_dai_delay() local
H A Dwm8350.c980 unsigned int t1, t2, K, Nmod; fll_factors() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4738 int f[8], t[8], t1[3], t2[3], i; ar9003_hw_power_control_override() local
/linux-4.1.27/drivers/net/hamradio/
H A Ddmascc.c312 t1[MAX_NUM_DEVS]; dmascc_init() local
/linux-4.1.27/arch/sparc/kernel/
H A Dsmp_64.c167 unsigned long tcenter, t0, t1, tm; get_delta() local
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dr600_dpm.c221 u32 t1; r600_calculate_at() local
/linux-4.1.27/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1488 u32 t0, t1, t2, t3; sisusb_getbuswidth() local
/linux-4.1.27/drivers/video/fbdev/
H A Dpxafb.c1236 unsigned t1, t2, t3, t4; setup_smart_timing() local
/linux-4.1.27/tools/perf/
H A Dbuiltin-stat.c628 unsigned long long t0, t1; __run_perf_stat() local
/linux-4.1.27/include/drm/
H A Ddrm_edid.h40 u8 t1; member in struct:est_timings
/linux-4.1.27/arch/x86/kernel/apic/
H A Dio_apic.c1747 unsigned long t1 = jiffies; timer_irq_works() local
/linux-4.1.27/drivers/tty/
H A Dn_gsm.c141 struct timer_list t1; /* Retransmit timer for SABM and UA */ member in struct:gsm_dlci
259 int t1, t2; /* Timers in 1/100th of a sec */ member in struct:gsm_mux
/linux-4.1.27/drivers/media/tuners/
H A Dmt2063.c1435 u32 t1 = (f_ref >> 14) * num; MT2063_fLO_FractionalTerm() local
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h543 u8 t1; member in struct:psb_sdvo_panel_power_sequencing
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h548 u8 t1; member in struct:sdvo_panel_power_sequencing
/linux-4.1.27/drivers/firewire/
H A Dohci.c1725 u32 t0, t1, t2; get_cycle_time() local
/linux-4.1.27/drivers/rapidio/devices/
H A Dtsi721.h518 } t1; member in union:tsi721_dma_desc::__anon8365
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c20500 const struct chan_info_nphy_radio205x *t1 = NULL; wlc_phy_get_chan_freq_range_nphy() local
21270 const struct chan_info_nphy_radio205x *t1 = NULL; wlc_phy_chanspec_set_nphy() local
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) wlc_phy_chan2freq_nphy() argument
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_hw.h3671 } t1; member in union:_IOCB::__anon9162

Completed in 3642 milliseconds