Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c166 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, 0x0); in ixgbe_ptp_setup_sdp_X540()
219 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, tsauxc); in ixgbe_ptp_setup_sdp_X540()
246 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, 0x0); in ixgbe_ptp_setup_sdp_X550()
311 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, tsauxc); in ixgbe_ptp_setup_sdp_X550()
1254 tsauxc = IXGBE_READ_REG(hw, IXGBE_TSAUXC); in ixgbe_ptp_start_cyclecounter()
1255 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, in ixgbe_ptp_start_cyclecounter()
Dixgbe_type.h1056 #define IXGBE_TSAUXC 0x08C20 /* TimeSync Auxiliary Control register - RW */ macro