Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c353 ts.tv_sec = IXGBE_READ_REG(hw, IXGBE_SYSTIMH); in ixgbe_ptp_read_X550()
374 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599()
571 ts->tv_sec = IXGBE_READ_REG(hw, IXGBE_SYSTIMH); in ixgbe_ptp_gettimex()
578 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex()
1288 IXGBE_WRITE_REG(hw, IXGBE_SYSTIMH, 0); in ixgbe_ptp_init_systime()
1302 IXGBE_WRITE_REG(hw, IXGBE_SYSTIMH, 0); in ixgbe_ptp_init_systime()
Dixgbe_type.h1051 #define IXGBE_SYSTIMH 0x08C10 /* System time register High - RO */ macro