Lines Matching defs:ts_reg
100 struct ts_reg { struct
101 u32 enable;
102 u32 error;
103 u32 polarity;
104 u32 version;
105 u32 __pad0[4];
106 u32 cable_delay;
107 u32 __pad1[3];
108 u32 intr;
109 u32 intr_mask;
110 u32 event_count;
111 u32 __pad2[1];
112 u32 ts_count;
113 u32 time_ns;
114 u32 time_sec;
115 u32 data_width;
116 u32 data;
3164 struct ts_reg __iomem *ts_reg; in ptp_ocp_summary_show() local