Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microchip/
Dlan743x_ptp.c1160 if (ptp_int_sts & PTP_INT_IO_FE_MASK_) { in lan743x_ptpci_do_aux_work()
1163 PTP_INT_IO_FE_MASK_) >> in lan743x_ptpci_do_aux_work()
1187 PTP_INT_IO_FE_MASK_); in lan743x_ptpci_do_aux_work()
1188 ptp_int_sts &= ~PTP_INT_IO_FE_MASK_; in lan743x_ptpci_do_aux_work()
1190 } while (ptp_int_sts & PTP_INT_IO_FE_MASK_); in lan743x_ptpci_do_aux_work()
Dlan743x_main.h472 #define PTP_INT_IO_FE_MASK_ GENMASK(31, 24) macro