Searched +full:phy +full:- +full:tx +full:- +full:vref +full:- +full:tune +full:- +full:percent (Results 1 – 2 of 2) sorted by relevance
1 # 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 PHY10 - Li Jun <jun.li@nxp.com>15 - fsl,imx8mq-usb-phy16 - fsl,imx8mp-usb-phy21 "#phy-cells":27 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0+10 #include <linux/phy/phy.h>54 struct phy *phy; member67 static u32 phy_tx_vref_tune_from_property(u32 percent) in phy_tx_vref_tune_from_property() argument69 percent = clamp(percent, 94U, 124U); in phy_tx_vref_tune_from_property()71 return DIV_ROUND_CLOSEST(percent - 94U, 2); in phy_tx_vref_tune_from_property()74 static u32 phy_tx_rise_tune_from_property(u32 percent) in phy_tx_rise_tune_from_property() argument76 switch (percent) { in phy_tx_rise_tune_from_property()112 static u32 phy_comp_dis_tune_from_property(u32 percent) in phy_comp_dis_tune_from_property() argument114 switch (percent) { in phy_comp_dis_tune_from_property()[all …]