Lines Matching defs:ts_reg
114 struct ts_reg { struct
115 u32 enable;
116 u32 error;
117 u32 polarity;
118 u32 version;
119 u32 __pad0[4];
120 u32 cable_delay;
121 u32 __pad1[3];
122 u32 intr;
123 u32 intr_mask;
124 u32 event_count;
125 u32 __pad2[1];
126 u32 ts_count;
127 u32 time_ns;
128 u32 time_sec;
129 u32 data_width;
130 u32 data;
4077 struct ts_reg __iomem *ts_reg; in ptp_ocp_summary_show() local