/kernel/linux/linux-5.10/kernel/time/ |
D | sched_clock.c | 66 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns() 84 u64 cyc, res; in sched_clock() local 129 u64 cyc; in update_sched_clock() local 155 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local
|
/kernel/linux/linux-5.10/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() 101 static unsigned int calc_0124(unsigned int cyc, unsigned long hclk_tns, in calc_0124() 132 static 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()
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
D | mp900.c | 30 int cyc = delay / 10; in isp116x_pfm_delay() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | tsc.c | 27 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
D | delay.c | 40 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
|
/kernel/linux/linux-5.10/drivers/pwm/ |
D | pwm-rcar.c | 111 u32 cyc, ph; in rcar_pwm_set_counter() local
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-uniphier.c | 295 unsigned int cyc = priv->clk_cycle; in uniphier_i2c_hw_init() local
|
D | i2c-uniphier-f.c | 481 unsigned int cyc = priv->clk_cycle; in uniphier_fi2c_hw_init() local
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | pl330.c | 1090 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem() 1181 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral() 1204 const struct _xfer_spec *pxs, int cyc) in _bursts() 1287 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | tsc.c | 115 static __always_inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | arcregs.h | 222 unsigned int pad2:12, cyc:3, pad1:1, sz1:4, sz0:4, ver:8; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 72 #define ATMEL_HSMC_NFC_CFG_DTO(cyc, mul) (((cyc) << 16) | ((mul) << 20)) argument
|