Searched refs:IXGBE_SYSTIMH (Results 1 – 2 of 2) sorted by relevance
160 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_setup_sdp()200 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read()819 IXGBE_WRITE_REG(hw, IXGBE_SYSTIMH, 0x00000000); in ixgbe_ptp_reset()
901 #define IXGBE_SYSTIMH 0x08C10 /* System time register High - RO */ macro