Searched refs:IXGBE_SYSTIMH (Results 1 – 2 of 2) sorted by relevance
6860 systime_cycles += (uint64_t)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) in ixgbe_read_systime_cyclecounter()6865 systime_cycles |= (uint64_t)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) in ixgbe_read_systime_cyclecounter()7042 IXGBE_WRITE_REG(hw, IXGBE_SYSTIMH, 0x0); in ixgbe_timesync_enable()
1245 #define IXGBE_SYSTIMH 0x08C10 /* System time register High - RO */ macro