Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ptp.c180 tssdp = rd32(IGC_TSSDP); in igc_pin_perout()
205 wr32(IGC_TSSDP, tssdp); in igc_pin_perout()
226 tssdp = rd32(IGC_TSSDP); in igc_pin_extts()
241 wr32(IGC_TSSDP, tssdp); in igc_pin_extts()
1049 wr32(IGC_TSSDP, 0x0); in igc_ptp_reset()
Digc_regs.h210 #define IGC_TSSDP 0x0003C /* Time Sync SDP Configuration Register - RW */ macro