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 */
34 /* PTP Timestamp control register defines */
35 #define PTP_TCR_TSENA BIT(0) /* Timestamp Enable */
36 #define PTP_TCR_TSCFUPDT BIT(1) /* Timestamp Fine/Coarse Update */
37 #define PTP_TCR_TSINIT BIT(2) /* Timestamp Initialize */
38 #define PTP_TCR_TSUPDT BIT(3) /* Timestamp Update */
39 #define PTP_TCR_TSTRIG BIT(4) /* Timestamp Interrupt Trigger Enable */
41 #define PTP_TCR_TSENALL BIT(8) /* Enable Timestamp for All Frames */
51 /* Enable Timestamp Snapshot for Event Messages */