Lines Matching defs:ptp_qoriq
141 struct ptp_qoriq { struct
143 struct ptp_qoriq_registers regs; argument
144 spinlock_t lock; /* protects regs */
145 struct ptp_clock *clock;
146 struct ptp_clock_info caps;
147 struct resource *rsrc;
148 struct dentry *debugfs_root;
149 struct device *dev;
150 bool extts_fifo_support;
151 bool fiper3_support;
152 int irq;
153 int phc_index;
154 u32 tclk_period; /* nanoseconds */
155 u32 tmr_prsc;
156 u32 tmr_add;
157 u32 cksel;
158 u32 tmr_fiper1;
159 u32 tmr_fiper2;
160 u32 tmr_fiper3;
161 u32 (*read)(unsigned __iomem *addr);
185 irqreturn_t ptp_qoriq_isr(int irq, void *priv); argument
201 static inline void ptp_qoriq_create_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_create_debugfs()
203 static inline void ptp_qoriq_remove_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_remove_debugfs()