Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ptp.c1981 u32 hh_ts_lo, hh_ts_hi, tmr_idx; in ice_ptp_get_syncdevicetime() local
1986 hh_ts_lo = rd32(hw, GLHH_ART_TIME_L); in ice_ptp_get_syncdevicetime()
1988 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()
1991 hh_ts_lo = rd32(hw, GLTSYN_HHTIME_L(tmr_idx)); in ice_ptp_get_syncdevicetime()
1993 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()