Searched refs:PTP_INT_IO_RE_MASK_ (Results 1 – 2 of 2) sorted by relevance
1193 if (ptp_int_sts & PTP_INT_IO_RE_MASK_) { in lan743x_ptpci_do_aux_work()1196 PTP_INT_IO_RE_MASK_) >> in lan743x_ptpci_do_aux_work()1220 PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()1221 ptp_int_sts &= ~PTP_INT_IO_RE_MASK_; in lan743x_ptpci_do_aux_work()1223 } while (ptp_int_sts & PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()
475 #define PTP_INT_IO_RE_MASK_ GENMASK(23, 16) macro