Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c716 u32 tsyncrxctl = IXGBE_READ_REG(hw, IXGBE_TSYNCRXCTL); in ixgbe_ptp_rx_hang()
923 tsyncrxctl = IXGBE_READ_REG(hw, IXGBE_TSYNCRXCTL); in ixgbe_ptp_rx_rgtstamp()
1105 regval = IXGBE_READ_REG(hw, IXGBE_TSYNCRXCTL); in ixgbe_ptp_set_timestamp_mode()
1108 IXGBE_WRITE_REG(hw, IXGBE_TSYNCRXCTL, regval); in ixgbe_ptp_set_timestamp_mode()
H A Dixgbe_type.h1041 #define IXGBE_TSYNCRXCTL 0x05188 /* Rx Time Sync Control register - RW */ macro