Home
last modified time | relevance | path

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

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