Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c1119 if (ptp_int_sts & PTP_INT_IO_FE_MASK_) { in lan743x_ptpci_do_aux_work()
1122 PTP_INT_IO_FE_MASK_) >> in lan743x_ptpci_do_aux_work()
1146 PTP_INT_IO_FE_MASK_); in lan743x_ptpci_do_aux_work()
1147 ptp_int_sts &= ~PTP_INT_IO_FE_MASK_; in lan743x_ptpci_do_aux_work()
1149 } while (ptp_int_sts & PTP_INT_IO_FE_MASK_); in lan743x_ptpci_do_aux_work()
H A Dlan743x_main.h500 #define PTP_INT_IO_FE_MASK_ GENMASK(31, 24) macro