Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtimecounter.c43 ns_offset = cyclecounter_cyc2ns(tc->cc, cycle_delta, in timecounter_read_delta()
94 nsec += cyclecounter_cyc2ns(tc->cc, delta, tc->mask, &frac); in timecounter_cyc2time()
/openbmc/linux/include/linux/
H A Dtimecounter.h70 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns() function
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c622 cyclecounter_cyc2ns(&phc->cc, diff / 4, 0, &frac)); in ionic_lif_alloc_phc()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpts.c634 ns = cyclecounter_cyc2ns(&cpts->cc, freq, cpts->cc.mask, &frac); in cpts_calc_mult_shift()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c969 ns = cyclecounter_cyc2ns(&timer->cycles, overflow_cycles, in mlx5_init_overflow_period()
/openbmc/linux/arch/arm64/kvm/
H A Darch_timer.c263 ns = cyclecounter_cyc2ns(timecounter->cc, in kvm_counter_compute_delta()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c305 nsec = cyclecounter_cyc2ns(&clock->cycles, overflow_cycles, 0, &frac); in mlxsw_sp1_ptp_clock_init()