Searched defs:cyc (Results 1 – 10 of 10) sorted by relevance
/linux-3.3/arch/arm/kernel/ |
D | sched_clock.c | 41 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns() 46 static unsigned long long cyc_to_sched_clock(u32 cyc, u32 mask) in cyc_to_sched_clock() 74 u32 cyc; in update_sched_clock() local 152 u32 cyc = read_sched_clock(); in sched_clock() local
|
/linux-3.3/arch/x86/include/asm/ |
D | timer.h | 58 static inline unsigned long long __cycles_2_ns(unsigned long long cyc) in __cycles_2_ns() 71 static inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns()
|
/linux-3.3/arch/arm/plat-s3c24xx/ |
D | s3c2410-iotiming.c | 87 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns) in to_div() 105 static unsigned int calc_0124(unsigned int cyc, unsigned long hclk_tns, in calc_0124() 136 int calc_tacp(unsigned int cyc, unsigned long hclk, unsigned long *v) in calc_tacp() 153 static int calc_tacc(unsigned int cyc, int nwait_en, in calc_tacc()
|
/linux-3.3/arch/arm/mach-pxa/ |
D | mp900.c | 33 int cyc = delay / 10; in isp116x_pfm_delay() local
|
/linux-3.3/arch/microblaze/kernel/ |
D | timer.c | 303 cycle_t cyc = cnt32_to_63(cs->read(NULL)) & LLONG_MAX; in sched_clock() local
|
/linux-3.3/arch/mn10300/proc-mn103e010/include/proc/ |
D | dmactl-regs.h | 95 u32 cyc; member
|
/linux-3.3/arch/mn10300/proc-mn2ws0050/include/proc/ |
D | dmactl-regs.h | 96 u32 cyc; member
|
/linux-3.3/arch/arm/common/ |
D | pl330.c | 962 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() 977 const struct _xfer_spec *pxs, int cyc) in _ldst_devtomem() 992 const struct _xfer_spec *pxs, int cyc) in _ldst_memtodev() 1007 const struct _xfer_spec *pxs, int cyc) in _bursts() 1033 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
|
/linux-3.3/arch/x86/platform/uv/ |
D | tlb_uv.c | 401 static inline unsigned long cycles_2_us(unsigned long long cyc) in cycles_2_us() 703 cycles_t cyc; in sec_2_cycles() local 1327 unsigned long long cyc; in usec_2_cycles() local
|
/linux-3.3/arch/arm/mach-davinci/ |
D | time.c | 297 const cycle_t cyc = clocksource_davinci.read(&clocksource_davinci); in sched_clock() local
|