Searched refs:cyclecounter_cyc2ns (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | timecounter.c | 56 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/ |
D | timecounter.h | 79 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns() function
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpts.c | 522 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/ |
D | clock.c | 523 ns = cyclecounter_cyc2ns(&clock->cycles, overflow_cycles, in mlx5_init_clock()
|
/Linux-v4.19/virt/kvm/arm/ |
D | arch_timer.c | 132 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_timer_compute_delta()
|