Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c923 val &= ~PTP_IO_CAP_CONFIG_RE_CAP_EN_(index); in lan743x_ptp_io_extts_off()
951 val &= ~PTP_IO_CAP_CONFIG_RE_CAP_EN_(channel); in lan743x_ptp_io_event_cap_en()
959 val |= PTP_IO_CAP_CONFIG_RE_CAP_EN_(channel); in lan743x_ptp_io_event_cap_en()
Dlan743x_main.h471 #define PTP_IO_CAP_CONFIG_RE_CAP_EN_(channel) BIT(0 + (channel)) macro