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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2111 u32 hh_ts_lo, hh_ts_hi, tmr_idx; local
2116 hh_ts_lo = rd32(hw, GLHH_ART_TIME_L);
2118 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo;
2121 hh_ts_lo = rd32(hw, GLTSYN_HHTIME_L(tmr_idx));
2123 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo;

Completed in 191 milliseconds