Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c980 wr32(IGC_PTM_STAT, IGC_PTM_STAT_VALID); in igc_phc_get_syncdevicetime()
982 err = readx_poll_timeout(rd32, IGC_PTM_STAT, stat, in igc_phc_get_syncdevicetime()
999 wr32(IGC_PTM_STAT, stat); in igc_phc_get_syncdevicetime()
1246 wr32(IGC_PTM_STAT, IGC_PTM_STAT_VALID); in igc_ptp_reset()
H A Digc_regs.h265 #define IGC_PTM_STAT 0x12544 /* PTM Status */ macro