Home
last modified time | relevance | path

Searched refs:tim (Results 1 – 16 of 16) sorted by relevance

/arch/powerpc/platforms/cell/
Dbeat.c60 u64 tim; in beat_set_rtc_time() local
61 tim = mktime(rtc_time->tm_year+1900, in beat_set_rtc_time()
64 if (beat_rtc_write(tim)) in beat_set_rtc_time()
71 u64 tim; in beat_get_rtc_time() local
73 if (beat_rtc_read(&tim)) in beat_get_rtc_time()
74 tim = 0; in beat_get_rtc_time()
75 to_tm(tim, rtc_time); in beat_get_rtc_time()
/arch/mips/include/asm/mach-rc32434/
Dtimer.h44 struct timer_counter tim[TIMER_COUNT]; member
/arch/mips/include/asm/octeon/
Dcvmx-ciu2-defs.h861 uint64_t tim:1; member
885 uint64_t tim:1;
917 uint64_t tim:1; member
941 uint64_t tim:1;
976 uint64_t tim:1; member
1000 uint64_t tim:1;
1032 uint64_t tim:1; member
1056 uint64_t tim:1;
1091 uint64_t tim:1; member
1115 uint64_t tim:1;
[all …]
Dcvmx-ciu-defs.h306 uint64_t tim:1; member
330 uint64_t tim:1;
386 uint64_t tim:1; member
410 uint64_t tim:1;
462 uint64_t tim:1; member
486 uint64_t tim:1;
545 uint64_t tim:1; member
569 uint64_t tim:1;
621 uint64_t tim:1; member
641 uint64_t tim:1;
[all …]
Dcvmx-npi-defs.h2452 uint64_t tim:1; member
2476 uint64_t tim:1;
2521 uint64_t tim:1; member
2545 uint64_t tim:1;
2593 uint64_t tim:1; member
2617 uint64_t tim:1;
2661 uint64_t tim:1; member
2685 uint64_t tim:1;
Dcvmx-sli-defs.h498 uint64_t tim:32; member
500 uint64_t tim:32;
Dcvmx-npei-defs.h3978 uint64_t tim:1; member
4002 uint64_t tim:1;
/arch/powerpc/include/asm/
Dtime.h29 extern void to_tm(int tim, struct rtc_time * tm);
/arch/powerpc/kernel/
Dtime.c967 void to_tm(int tim, struct rtc_time * tm) in to_tm() argument
972 day = tim / SECDAY; in to_tm()
973 hms = tim % SECDAY; in to_tm()
/arch/mips/include/asm/txx9/
Dtx3927.h100 volatile unsigned long tim; member
/arch/x86/crypto/
Dsha512-avx-asm.S10 # Tim Chen <tim.c.chen@linux.intel.com>
Dsha512-ssse3-asm.S10 # Tim Chen <tim.c.chen@linux.intel.com>
Dsha256-ssse3-asm.S9 # Tim Chen <tim.c.chen@linux.intel.com>
Dsha256-avx-asm.S9 # Tim Chen <tim.c.chen@linux.intel.com>
Dsha256-avx2-asm.S9 # Tim Chen <tim.c.chen@linux.intel.com>
Dsha512-avx2-asm.S10 # Tim Chen <tim.c.chen@linux.intel.com>