Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_ptp.c83 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82576()
105 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82580()
126 sec = rd32(E1000_SYSTIMH); in igb_ptp_read_i210()
141 wr32(E1000_SYSTIMH, (u32)ts->tv_sec); in igb_ptp_write_i210()
294 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82576()
322 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82580()
348 ts->tv_sec = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_i210()
605 systimh = rd32(E1000_SYSTIMH); in igb_ptp_feature_enable_82580()
De1000_regs.h81 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro
Digb_main.c6812 systimh = rd32(E1000_SYSTIMH); in igb_perout()
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dregs.h233 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro