Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c1186 if (ptp_int_sts & PTP_INT_IO_RE_MASK_) { in lan743x_ptpci_do_aux_work()
1189 PTP_INT_IO_RE_MASK_) >> in lan743x_ptpci_do_aux_work()
1213 PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()
1214 ptp_int_sts &= ~PTP_INT_IO_RE_MASK_; in lan743x_ptpci_do_aux_work()
1216 } while (ptp_int_sts & PTP_INT_IO_RE_MASK_); in lan743x_ptpci_do_aux_work()
Dlan743x_main.h389 #define PTP_INT_IO_RE_MASK_ GENMASK(23, 16) macro