Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c160 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()
Dixgbe_type.h901 #define IXGBE_SYSTIMH 0x08C10 /* System time register High - RO */ macro