Lines Matching full:timestamp
20 #define PTP_TXTS 0x001c /* PTP Transmit Timestamp Register, in four 16-bit reads */
21 #define PTP_RXTS 0x001d /* PTP Receive Timestamp Register, in six? 16-bit reads */
71 #define TXTS_RDY (1<<11) /* Transmit Timestamp Ready */
72 #define RXTS_RDY (1<<10) /* Receive Timestamp Ready */
74 #define EVENT_RDY (1<<8) /* PTP Event Timestamp Ready */
75 #define TXTS_IE (1<<3) /* Transmit Timestamp Interrupt Enable */
76 #define RXTS_IE (1<<2) /* Receive Timestamp Interrupt Enable */
107 #define EVNT_TS_LEN_SHIFT (6) /* Indicates length of the Timestamp field in 16-bit word…
110 #define EVNT_NUM_SHIFT (2) /* Indicates Event Timestamp Unit which detected an event…
156 #define SYNC_1STEP (1<<15) /* insert timestamp into transmit Sync Messages */
157 #define DR_INSERT (1<<13) /* Insert Delay_Req Timestamp in Delay_Resp (dangerous) */
163 #define TX_L2_EN (1<<7) /* Layer2 Timestamp Enable */
164 #define TX_IPV6_EN (1<<6) /* IPv6 Timestamp Enable */
165 #define TX_IPV4_EN (1<<5) /* IPv4 Timestamp Enable */
166 #define TX_PTP_VER_SHIFT (1) /* Enable Timestamp capture for IEEE 1588 version X */
168 #define TX_TS_EN (1<<0) /* Transmit Timestamp Enable */
185 #define PSF_TXTS_EN (1<<3) /* Transmit Timestamp PHY Status Frame Enable */
186 #define PSF_RXTS_EN (1<<2) /* Receive Timestamp PHY Status Frame Enable */
192 #define ALT_MAST_DIS (1<<14) /* Alternate Master Timestamp Disable */
198 #define RX_L2_EN (1<<7) /* Layer2 Timestamp Enable */
199 #define RX_IPV6_EN (1<<6) /* IPv6 Timestamp Enable */
200 #define RX_IPV4_EN (1<<5) /* IPv4 Timestamp Enable */
201 #define RX_PTP_VER_SHIFT (1) /* Enable Timestamp capture for IEEE 1588 version X */
203 #define RX_TS_EN (1<<0) /* Receive Timestamp Enable */
214 #define ACC_UDP (1<<11) /* Record Timestamp if UDP Checksum Error */
215 #define ACC_CRC (1<<10) /* Record Timestamp if CRC Error */
216 #define TS_APPEND (1<<9) /* Append Timestamp for L2 */
217 #define TS_INSERT (1<<8) /* Enable Timestamp Insertion */
223 #define TS_SEC_EN (1<<14) /* Enable Timestamp Seconds */
224 #define TS_SEC_LEN_SHIFT (12) /* Inserted Timestamp Seconds Length */
226 #define RXTS_NS_OFF_SHIFT (6) /* Receive Timestamp Nanoseconds offset */
228 #define RXTS_SEC_OFF_SHIFT (0) /* Receive Timestamp Seconds offset */