Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c350 ts.tv_sec = IXGBE_READ_REG(hw, IXGBE_SYSTIMH); in ixgbe_ptp_read_X550()
371 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599()
581 ts->tv_sec = IXGBE_READ_REG(hw, IXGBE_SYSTIMH); in ixgbe_ptp_gettimex()
588 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex()
1253 IXGBE_WRITE_REG(hw, IXGBE_SYSTIMH, 0); in ixgbe_ptp_start_cyclecounter()
Dixgbe_type.h1051 #define IXGBE_SYSTIMH 0x08C10 /* System time register High - RO */ macro