Lines Matching +full:sync +full:- +full:1
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
26 u32 control; /* 0x00 Time Sync Control Register */
27 u32 event; /* 0x04 Time Sync Event Register */
28 u32 addend; /* 0x08 Time Sync Addend Register */
29 u32 accum; /* 0x0C Time Sync Accumulator Register */
30 u32 test; /* 0x10 Time Sync Test Register */
46 /* 0x00 Time Sync Control Register Bits */
47 #define TSCR_AMM (1<<3)
48 #define TSCR_ASM (1<<2)
49 #define TSCR_TTM (1<<1)
50 #define TSCR_RST (1<<0)
52 /* 0x04 Time Sync Event Register Bits */
53 #define TSER_SNM (1<<3)
54 #define TSER_SNS (1<<2)
55 #define TTIPEND (1<<1)
58 #define MASTER_MODE (1<<0)
59 #define TIMESTAMP_ALL (1<<1)
62 #define TX_SNAPSHOT_LOCKED (1<<0)
63 #define RX_SNAPSHOT_LOCKED (1<<1)
71 *phc_index = -1; in ixp46x_ptp_find()
73 return -ENODEV; in ixp46x_ptp_find()