| /Linux-v5.4/kernel/time/ | 
| D | sched_clock.c | 91 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift)  in cyc_to_ns()98 	u64 cyc, res;  in sched_clock()  local
 144 	u64 cyc;  in update_sched_clock()  local
 170 	u64 res, wrap, new_mask, new_epoch, cyc, ns;  in sched_clock_register()  local
 
 | 
| /Linux-v5.4/arch/arm/mach-s3c24xx/ | 
| D | iotiming-s3c2410.c | 83 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns)  in to_div()101 static unsigned int calc_0124(unsigned int cyc, unsigned long hclk_tns,  in calc_0124()
 132 int calc_tacp(unsigned int cyc, unsigned long hclk, unsigned long *v)  in calc_tacp()
 149 static int calc_tacc(unsigned int cyc, int nwait_en,  in calc_tacc()
 
 | 
| /Linux-v5.4/arch/arm/mach-pxa/ | 
| D | mp900.c | 30 	int cyc = delay / 10;  in isp116x_pfm_delay()  local
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | tsc.c | 18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc)  in tsc_to_perf_time()
 | 
| /Linux-v5.4/arch/arm/lib/ | 
| D | delay.c | 40 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift)  in cyc_to_ns()
 | 
| /Linux-v5.4/tools/perf/arch/x86/tests/ | 
| D | rdpmc.c | 41 	u64 count, cyc = 0, time_offset = 0, enabled, running, delta;  in mmap_read_self()  local
 | 
| /Linux-v5.4/drivers/pwm/ | 
| D | pwm-rcar.c | 108 	u32 cyc, ph;  in rcar_pwm_set_counter()  local
 | 
| /Linux-v5.4/arch/x86/platform/uv/ | 
| D | tlb_uv.c | 453 static inline unsigned long long cycles_2_ns(unsigned long long cyc)  in cycles_2_ns()471 	unsigned long long cyc;  in ns_2_cycles()  local
 480 static inline unsigned long cycles_2_us(unsigned long long cyc)  in cycles_2_us()
 
 | 
| /Linux-v5.4/drivers/i2c/busses/ | 
| D | i2c-uniphier.c | 298 	unsigned int cyc = priv->clk_cycle;  in uniphier_i2c_hw_init()  local
 | 
| D | i2c-uniphier-f.c | 483 	unsigned int cyc = priv->clk_cycle;  in uniphier_fi2c_hw_init()  local
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | pl330.c | 1088 		const struct _xfer_spec *pxs, int cyc)  in _ldst_memtomem()1181 				 const struct _xfer_spec *pxs, int cyc,  in _ldst_peripheral()
 1207 		const struct _xfer_spec *pxs, int cyc)  in _bursts()
 1279 	int cyc, cycmax, szlp, szlpend, szbrst, off;  in _loop()  local
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | tsc.c | 108 static __always_inline unsigned long long cycles_2_ns(unsigned long long cyc)  in cycles_2_ns()
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | arcregs.h | 194 	unsigned int pad2:12, cyc:3, pad1:1, sz1:4, sz0:4, ver:8;  member
 | 
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ | 
| D | nand-controller.c | 72 #define ATMEL_HSMC_NFC_CFG_DTO(cyc, mul)	(((cyc) << 16) | ((mul) << 20))  argument
 |