Lines Matching full:ptp
3 * Marvell 88E6xxx Switch PTP support
66 /* Offset 0x0E/0x0F: PTP Global Time */
112 /* Offset 0x01/0x02: PTP Arrival 0 Time */
116 /* Offset 0x03: PTP Arrival 0 Sequence ID */
119 /* Offset 0x04: PTP Arrival 1 Status */
122 /* Offset 0x05/0x6E: PTP Arrival 1 Time */
126 /* Offset 0x07: PTP Arrival 1 Sequence ID */
129 /* Offset 0x08: PTP Departure Status */
132 /* Offset 0x09/0x0a: PTP Deperture Time */
136 /* Offset 0x0b: PTP Departure Sequence ID */
144 long mv88e6xxx_hwtstamp_work(struct ptp_clock_info *ptp);
148 #define ptp_to_chip(ptp) container_of(ptp, struct mv88e6xxx_chip, \ argument
157 static inline long mv88e6xxx_hwtstamp_work(struct ptp_clock_info *ptp) in mv88e6xxx_hwtstamp_work() argument