Home
last modified time | relevance | path

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

/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c39 #define PHY_CTRL3_TXRISE_TUNE_MASK GENMASK(21, 20) macro
519 value &= ~PHY_CTRL3_TXRISE_TUNE_MASK; in imx8m_phy_tune()
520 value |= FIELD_PREP(PHY_CTRL3_TXRISE_TUNE_MASK, in imx8m_phy_tune()