Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c31 #define PHY_CTRL3_COMPDISTUNE_MASK GENMASK(2, 0) macro
241 value &= ~PHY_CTRL3_COMPDISTUNE_MASK; in imx8m_phy_tune()
242 value |= FIELD_PREP(PHY_CTRL3_COMPDISTUNE_MASK, in imx8m_phy_tune()