Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/igb/
Digb_ptp.c84 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82576()
106 hi = rd32(E1000_SYSTIMH); in igb_ptp_read_82580()
127 sec = rd32(E1000_SYSTIMH); in igb_ptp_read_i210()
142 wr32(E1000_SYSTIMH, (u32)ts->tv_sec); in igb_ptp_write_i210()
275 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82576()
303 hi = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_82580()
329 ts->tv_sec = rd32(E1000_SYSTIMH); in igb_ptp_gettimex_i210()
586 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.c6895 systimh = rd32(E1000_SYSTIMH); in igb_perout()
/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Dregs.h233 #define E1000_SYSTIMH 0x0B604 /* System time register High - RO */ macro