Searched +full:hs +full:- +full:amplitude +full:- +full:bp (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | qcom,usb-snps-femto-v2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Qualcomm Synopsys Femto High-Speed USB PHY V2 10 - Wesley Cheng <quic_wcheng@quicinc.com> 13 Qualcomm High-Speed USB PHY 18 - qcom,usb-snps-hs-5nm-phy 19 - qcom,usb-snps-hs-7nm-phy 20 - qcom,sc7280-usb-hs-phy [all …]
|
/Linux-v6.1/drivers/phy/qualcomm/ |
D | phy-qcom-snps-femto-v2.c | 1 // SPDX-License-Identifier: GPL-2.0 83 "vdda-pll", "vdda33", "vdda18", 111 * struct qcom_snps_hsphy - snps hs phy attributes 114 * @base: iomapped memory space for snps hs phy 154 dev_dbg(&hsphy->phy->dev, "Suspend QCOM SNPS PHY\n"); in qcom_snps_hsphy_suspend() 156 if (hsphy->mode == PHY_MODE_USB_HOST) { in qcom_snps_hsphy_suspend() 157 /* Enable auto-resume to meet remote wakeup timing */ in qcom_snps_hsphy_suspend() 158 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend() 163 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend() 168 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_suspend() [all …]
|