Home
last modified time | relevance | path

Searched refs:E1000_SYSTIMH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c82 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82576()
104 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82580()
125 sec = rd32(E1000_SYSTIMH); in igb_ptp_read_i210()
140 wr32(E1000_SYSTIMH, (u32)ts->tv_sec); in igb_ptp_write_i210()
296 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82576()
324 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82580()
350 ts->tv_sec = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_i210()
H A De1000_regs.h81 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dregs.h232 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c4830 systime_cycles += (uint64_t)E1000_READ_REG(hw, E1000_SYSTIMH) in igb_read_systime_cyclecounter()
4843 systime_cycles |= (uint64_t)(E1000_READ_REG(hw, E1000_SYSTIMH) in igb_read_systime_cyclecounter()
4848 systime_cycles |= (uint64_t)E1000_READ_REG(hw, E1000_SYSTIMH) in igb_read_systime_cyclecounter()
5033 E1000_WRITE_REG(hw, E1000_SYSTIMH, 0x0); in igb_timesync_enable()