Searched refs:E1000_SYSTIMH (Results 1 – 4 of 4) sorted by relevance
82 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()
81 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro
232 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro
4830 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()