Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c971 ctrl &= ~IGC_PTM_CTRL_TRIG; in igc_phc_get_syncdevicetime()
973 ctrl |= IGC_PTM_CTRL_TRIG; in igc_phc_get_syncdevicetime()
1241 IGC_PTM_CTRL_TRIG; in igc_ptp_reset()
H A Digc_defines.h561 #define IGC_PTM_CTRL_TRIG BIT(31) /* PTM Cycle trigger */ macro