Home
last modified time | relevance | path

Searched defs:cyc (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/kernel/time/
H A Dsched_clock.c67 static __always_inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
87 u64 cyc, res; in sched_clock_noinstr() local
140 u64 cyc; in update_sched_clock() local
166 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local
/openbmc/linux/arch/arm/lib/
H A Ddelay.c40 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
/openbmc/linux/tools/perf/util/
H A Dtsc.c29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time()
/openbmc/linux/drivers/pwm/
H A Dpwm-rcar.c111 u32 cyc, ph; in rcar_pwm_set_counter() local
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c122 static __always_inline unsigned long long __cycles_2_ns(unsigned long long cyc) in __cycles_2_ns()
135 static __always_inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c29 u32 cyc; /* clock cycle control */ member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-uniphier.c295 unsigned int cyc = priv->clk_cycle; in uniphier_i2c_hw_init() local
H A Di2c-uniphier-f.c481 unsigned int cyc = priv->clk_cycle; in uniphier_fi2c_hw_init() local
/openbmc/linux/tools/lib/perf/
H A Dmmap.c470 u64 cnt, cyc = 0, time_offset = 0, time_cycles = 0, time_mask = ~0ULL; in perf_mmap__read_self() local
/openbmc/linux/drivers/dma/
H A Dpl330.c1096 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem()
1187 const struct _xfer_spec *pxs, int cyc, in _ldst_peripheral()
1210 const struct _xfer_spec *pxs, int cyc) in _bursts()
1293 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
/openbmc/linux/arch/arc/include/asm/
H A Darcregs.h275 unsigned int pad2:12, cyc:3, pad1:1, sz1:4, sz0:4, ver:8; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c896 unsigned int cyc, cle, ale, bef_dly, ca_to_data; in rnandc_setup_interface() local
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c72 #define ATMEL_HSMC_NFC_CFG_DTO(cyc, mul) (((cyc) << 16) | ((mul) << 20)) argument