Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c192 clock_edge |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_setup_sdp_x540()
247 ts.tv_nsec = IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_X550()
268 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599()
1107 IXGBE_WRITE_REG(hw, IXGBE_SYSTIML, 0); in ixgbe_ptp_start_cyclecounter()
Dixgbe_type.h1047 #define IXGBE_SYSTIML 0x08C0C /* System time register Low - RO */ macro