Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2000 u32 hh_ts_lo, hh_ts_hi, tmr_idx; in ice_ptp_get_syncdevicetime() local
2005 hh_ts_lo = rd32(hw, GLHH_ART_TIME_L); in ice_ptp_get_syncdevicetime()
2007 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()
2010 hh_ts_lo = rd32(hw, GLTSYN_HHTIME_L(tmr_idx)); in ice_ptp_get_syncdevicetime()
2012 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()