Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c881 val &= ~PTP_IO_CAP_CONFIG_LOCK_RE_(index); in lan743x_ptp_io_extts_off()
909 val &= ~PTP_IO_CAP_CONFIG_LOCK_RE_(channel); in lan743x_ptp_io_event_cap_en()
917 val |= PTP_IO_CAP_CONFIG_LOCK_RE_(channel); in lan743x_ptp_io_event_cap_en()
H A Dlan743x_main.h583 #define PTP_IO_CAP_CONFIG_LOCK_RE_(channel) BIT(16 + (channel)) macro