Searched refs:ptp_q (Results 1 – 1 of 1) sorted by relevance
3355 void __iomem *ptp_q; in mvpp2_isr_handle_ptp_queue() local3359 ptp_q = port->priv->iface_base + MVPP22_PTP_BASE(port->gop_id); in mvpp2_isr_handle_ptp_queue()3361 ptp_q += MVPP22_PTP_TX_Q1_R0 - MVPP22_PTP_TX_Q0_R0; in mvpp2_isr_handle_ptp_queue()3366 r0 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R0) & 0xffff; in mvpp2_isr_handle_ptp_queue()3370 r1 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R1) & 0xffff; in mvpp2_isr_handle_ptp_queue()3371 r2 = readl_relaxed(ptp_q + MVPP22_PTP_TX_Q0_R2) & 0xffff; in mvpp2_isr_handle_ptp_queue()