Searched defs:ptp_qoriq (Results 1 – 5 of 5) sorted by relevance
141 struct ptp_qoriq { struct143 struct ptp_qoriq_registers regs; argument149 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 …]
27 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() local182 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjfine() local379 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 …]
10 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_get() local22 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_set() local41 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_get() local53 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_set() local70 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()
19 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in dpaa2_ptp_enable() local91 struct ptp_qoriq *ptp_qoriq = priv; in dpaa2_ptp_irq_handler_thread() local133 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_probe() local226 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_remove() local
32 struct ptp_qoriq *ptp_qoriq; in enetc_ptp_probe() local124 struct ptp_qoriq *ptp_qoriq = pci_get_drvdata(pdev); in enetc_ptp_remove() local
Completed in 10 milliseconds