Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/mscc/
H A 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)
H A Dmscc_ptp.c1304 val &= ~PTP_LTC_CTRL_CLK_SEL_MASK; in __vsc8584_init_ptp()