Searched refs:cyc (Results 1 – 7 of 7) sorted by relevance
/arch/arm/mach-s3c/ |
D | iotiming-s3c2410.c | 83 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns) in to_div() argument 85 if (cyc == 0) in to_div() 88 return DIV_ROUND_UP(cyc, hclk_tns); in to_div() 101 static unsigned int calc_0124(unsigned int cyc, unsigned long hclk_tns, in calc_0124() argument 104 unsigned int div = to_div(cyc, hclk_tns); in calc_0124() 108 __func__, cyc, hclk_tns, shift, div); in calc_0124() 132 static int calc_tacp(unsigned int cyc, unsigned long hclk, unsigned long *v) in calc_tacp() argument 149 static int calc_tacc(unsigned int cyc, int nwait_en, in calc_tacc() argument 152 unsigned int div = to_div(cyc, hclk_tns); in calc_tacc() 156 __func__, cyc, nwait_en, hclk_tns, div); in calc_tacc()
|
/arch/arm/mach-pxa/ |
D | mp900.c | 30 int cyc = delay / 10; in isp116x_pfm_delay() local 36 :"=r" (cyc) in isp116x_pfm_delay() 37 :"0"(cyc) in isp116x_pfm_delay()
|
/arch/arm/lib/ |
D | delay.c | 40 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns() argument 42 return (cyc * mult) >> shift; in cyc_to_ns()
|
/arch/arc/include/asm/ |
D | arcregs.h | 222 unsigned int pad2:12, cyc:3, pad1:1, sz1:4, sz0:4, ver:8; member 224 unsigned int ver:8, sz0:4, sz1:4, pad1:1, cyc:3, pad2:12;
|
/arch/ia64/kernel/ |
D | time.c | 65 extern u64 cycle_to_nsec(u64 cyc);
|
/arch/x86/kernel/ |
D | tsc.c | 115 static __always_inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns() argument 123 ns += mul_u64_u32_shr(cyc, data.cyc2ns_mul, data.cyc2ns_shift); in cycles_2_ns()
|
/arch/x86/events/intel/ |
D | pt.c | 105 PMU_FORMAT_ATTR(cyc, "config:1" );
|