Home
last modified time | relevance | path

Searched refs:PTP_INT_IO_RE_MASK_ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c1145 if (ptp_int_sts & PTP_INT_IO_RE_MASK_) { in lan743x_ptpci_do_aux_work()
1148 PTP_INT_IO_RE_MASK_) >> in lan743x_ptpci_do_aux_work()
1172 PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()
1173 ptp_int_sts &= ~PTP_INT_IO_RE_MASK_; in lan743x_ptpci_do_aux_work()
1175 } while (ptp_int_sts & PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()
H A Dlan743x_main.h504 #define PTP_INT_IO_RE_MASK_ GENMASK(23, 16) macro