Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_board.c98 u64 tod_in_ns, full_ts_in_ns; in ocelot_xtr_irq_handler() local
154 tod_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec); in ocelot_xtr_irq_handler()
155 if ((tod_in_ns & 0xffffffff) < info.timestamp) in ocelot_xtr_irq_handler()
156 full_ts_in_ns = (((tod_in_ns >> 32) - 1) << 32) | in ocelot_xtr_irq_handler()
159 full_ts_in_ns = (tod_in_ns & GENMASK_ULL(63, 32)) | in ocelot_xtr_irq_handler()