Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c478 static u64 icssg_ts_to_ns(u32 hi_sw, u32 hi, u32 lo, u32 cycle_time_ns) in icssg_ts_to_ns() argument
487 ns = ((u64)hi_rollover_count) << 23 | (iepcount_hi + hi_sw); in icssg_ts_to_ns()
499 u32 hi_sw = readl(emac->prueth->shram.va + in emac_rx_timestamp() local
501 ns = icssg_ts_to_ns(hi_sw, psdata[1], psdata[0], in emac_rx_timestamp()
627 u32 hi_sw; in tx_ts_work() local
650 hi_sw = readl(emac->prueth->shram.va + in tx_ts_work()
652 ns = icssg_ts_to_ns(hi_sw, tsr.hi_ts, tsr.lo_ts, in tx_ts_work()