Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/mscc/
Dmscc_ptp.h112 #define PTP_LTC_CTRL_CLK_SEL_MASK GENMASK(14, 12) macro
113 #define PTP_LTC_CTRL_CLK_SEL(x) (((x) << 12) & PTP_LTC_CTRL_CLK_SEL_MASK)
Dmscc_ptp.c1302 val &= ~PTP_LTC_CTRL_CLK_SEL_MASK; in __vsc8584_init_ptp()