Home
last modified time | relevance | path

Searched defs:ptp_qoriq (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/fsl/
A Dptp_qoriq.h141 struct ptp_qoriq { struct
143 struct ptp_qoriq_registers regs; argument
149 struct device *dev;
152 int irq;
153 int phc_index;
155 u32 tmr_prsc;
156 u32 tmr_add;
157 u32 cksel;
158 u32 tmr_fiper1;
159 u32 tmr_fiper2;
[all …]
/linux/drivers/ptp/
A Dptp_qoriq.c27 static u64 tmr_cnt_read(struct ptp_qoriq *ptp_qoriq) in tmr_cnt_read()
41 static void tmr_cnt_write(struct ptp_qoriq *ptp_qoriq, u64 ns) in tmr_cnt_write()
52 static void set_alarm(struct ptp_qoriq *ptp_qoriq) in set_alarm()
68 static void set_fipers(struct ptp_qoriq *ptp_qoriq) in set_fipers()
135 struct ptp_qoriq *ptp_qoriq = priv; in ptp_qoriq_isr() local
182 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjfine() local
379 static int ptp_qoriq_auto_config(struct ptp_qoriq *ptp_qoriq, in ptp_qoriq_auto_config()
433 int ptp_qoriq_init(struct ptp_qoriq *ptp_qoriq, void __iomem *base, in ptp_qoriq_init()
540 void ptp_qoriq_free(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_free()
556 struct ptp_qoriq *ptp_qoriq; in ptp_qoriq_probe() local
[all …]
A Dptp_qoriq_debugfs.c10 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_get() local
22 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_set() local
41 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_get() local
53 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_set() local
70 void ptp_qoriq_create_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_create_debugfs()
97 void ptp_qoriq_remove_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_remove_debugfs()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ptp.c19 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in dpaa2_ptp_enable() local
91 struct ptp_qoriq *ptp_qoriq = priv; in dpaa2_ptp_irq_handler_thread() local
133 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_probe() local
226 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_remove() local
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_ptp.c32 struct ptp_qoriq *ptp_qoriq; in enetc_ptp_probe() local
124 struct ptp_qoriq *ptp_qoriq = pci_get_drvdata(pdev); in enetc_ptp_remove() local

Completed in 10 milliseconds