Home
last modified time | relevance | path

Searched +full:phy +full:- +full:pcs +full:- +full:tx +full:- +full:deemph +full:- +full:3 +full:p5db +full:- +full:attenuation +full:- +full:db (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8mq-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX8MQ USB3 PHY
10 - Li Jun <jun.li@nxp.com>
15 - fsl,imx8mq-usb-phy
16 - fsl,imx8mp-usb-phy
21 "#phy-cells":
27 clock-names:
[all …]
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c1 // SPDX-License-Identifier: GPL-2.0+
10 #include <linux/phy/phy.h>
22 #define PHY_CTRL1_ATERESET BIT(3)
54 struct phy *phy; member
71 return DIV_ROUND_CLOSEST(percent - 94U, 2); in phy_tx_vref_tune_from_property()
78 return 3; in phy_tx_rise_tune_from_property()
103 return 3; in phy_tx_vboost_level_from_property()
122 return 3; in phy_comp_dis_tune_from_property()
142 struct device *dev = imx_phy->phy->dev.parent; in imx8m_get_phy_tuning_data()
144 if (device_property_read_u32(dev, "fsl,phy-tx-vref-tune-percent", in imx8m_get_phy_tuning_data()
[all …]