Home
last modified time | relevance | path

Searched refs:cyclecounter_cyc2ns (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/time/
Dtimecounter.c56 ns_offset = cyclecounter_cyc2ns(tc->cc, cycle_delta, in timecounter_read_delta()
107 nsec += cyclecounter_cyc2ns(tc->cc, delta, tc->mask, &frac); in timecounter_cyc2time()
/Linux-v4.19/include/linux/
Dtimecounter.h79 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns() function
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpts.c522 ns = cyclecounter_cyc2ns(&cpts->cc, freq, cpts->cc.mask, &frac); in cpts_calc_mult_shift()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c523 ns = cyclecounter_cyc2ns(&clock->cycles, overflow_cycles, in mlx5_init_clock()
/Linux-v4.19/virt/kvm/arm/
Darch_timer.c132 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_timer_compute_delta()