Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igb/
Digb_ptp.c394 tssdp = rd32(E1000_TSSDP); in igb_pin_extts()
409 wr32(E1000_TSSDP, tssdp); in igb_pin_extts()
450 tssdp = rd32(E1000_TSSDP); in igb_pin_perout()
475 wr32(E1000_TSSDP, tssdp); in igb_pin_perout()
1200 wr32(E1000_TSSDP, 0x0); in igb_ptp_reset()
De1000_regs.h40 #define E1000_TSSDP 0x0003C /* Time Sync SDP Configuration Register - RW */ macro