Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1011 wr32(IGC_PTM_STAT, IGC_PTM_STAT_VALID); in igc_phc_get_syncdevicetime()
1013 err = readx_poll_timeout(rd32, IGC_PTM_STAT, stat, in igc_phc_get_syncdevicetime()
1030 wr32(IGC_PTM_STAT, stat); in igc_phc_get_syncdevicetime()
1299 wr32(IGC_PTM_STAT, IGC_PTM_STAT_VALID); in igc_ptp_reset()
H A Digc_regs.h273 #define IGC_PTM_STAT 0x12544 /* PTM Status */ macro