Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c38 #define PHY_CTRL4_PCS_TX_DEEMPH_3P5DB_MASK GENMASK(20, 15) macro
201 value &= ~PHY_CTRL4_PCS_TX_DEEMPH_3P5DB_MASK; in imx8m_phy_tune()
202 value |= FIELD_PREP(PHY_CTRL4_PCS_TX_DEEMPH_3P5DB_MASK, in imx8m_phy_tune()