Searched refs:ptp_q (Results 1 – 1 of 1) sorted by relevance
2992 void __iomem *ptp_q; in mvpp2_isr_handle_ptp_queue() local2996 ptp_q = port->priv->iface_base + MVPP22_PTP_BASE(port->gop_id); in mvpp2_isr_handle_ptp_queue()2998 ptp_q += MVPP22_PTP_TX_Q1_R0 - MVPP22_PTP_TX_Q0_R0; in mvpp2_isr_handle_ptp_queue()3003 r0 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R0) & 0xffff; in mvpp2_isr_handle_ptp_queue()3007 r1 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R1) & 0xffff; in mvpp2_isr_handle_ptp_queue()3008 r2 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R2) & 0xffff; in mvpp2_isr_handle_ptp_queue()