Lines Matching full:timestamp
19 #define PTP_TCR 0x00 /* Timestamp Control Reg */
25 #define PTP_TAR 0x18 /* Timestamp Addend Reg */
27 #define PTP_ATNR 0x48 /* Auxiliary Timestamp - Nanoseconds Reg */
28 #define PTP_ATSR 0x4c /* Auxiliary Timestamp - Seconds Reg */
29 #define PTP_TS_INGR_CORR_NS 0x58 /* Ingress timestamp correction nanoseconds */
30 #define PTP_TS_EGR_CORR_NS 0x5C /* Egress timestamp correction nanoseconds*/
31 #define PTP_TS_INGR_CORR_SNS 0x60 /* Ingress timestamp correction subnanoseconds */
32 #define PTP_TS_EGR_CORR_SNS 0x64 /* Egress timestamp correction subnanoseconds */
40 /* PTP Timestamp control register defines */
41 #define PTP_TCR_TSENA BIT(0) /* Timestamp Enable */
42 #define PTP_TCR_TSCFUPDT BIT(1) /* Timestamp Fine/Coarse Update */
43 #define PTP_TCR_TSINIT BIT(2) /* Timestamp Initialize */
44 #define PTP_TCR_TSUPDT BIT(3) /* Timestamp Update */
45 #define PTP_TCR_TSTRIG BIT(4) /* Timestamp Interrupt Trigger Enable */
47 #define PTP_TCR_TSENALL BIT(8) /* Enable Timestamp for All Frames */
57 /* Enable Timestamp Snapshot for Event Messages */