Home
last modified time | relevance | path

Searched full:hsphy (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-snps-femto-v2.c109 static int qcom_snps_hsphy_suspend(struct qcom_snps_hsphy *hsphy) in qcom_snps_hsphy_suspend() argument
111 dev_dbg(&hsphy->phy->dev, "Suspend QCOM SNPS PHY\n"); in qcom_snps_hsphy_suspend()
113 if (hsphy->mode == PHY_MODE_USB_HOST) { in qcom_snps_hsphy_suspend()
115 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend()
120 qcom_snps_hsphy_write_mask(hsphy->base, in qcom_snps_hsphy_suspend()
125 clk_disable_unprepare(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_suspend()
129 static int qcom_snps_hsphy_resume(struct qcom_snps_hsphy *hsphy) in qcom_snps_hsphy_resume() argument
133 dev_dbg(&hsphy->phy->dev, "Resume QCOM SNPS PHY, mode\n"); in qcom_snps_hsphy_resume()
135 ret = clk_prepare_enable(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_resume()
137 dev_err(&hsphy->phy->dev, "failed to enable cfg ahb clock\n"); in qcom_snps_hsphy_resume()
[all …]
Dphy-qcom-ipq806x-usb.c273 * HSPHY Initialization: Enable UTMI clock, select 19.2MHz fsel in qcom_ipq806x_usb_hs_phy_init()
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dsocionext,uniphier-usb3hs-phy.yaml21 - socionext,uniphier-pro5-usb3-hsphy
22 - socionext,uniphier-pxs2-usb3-hsphy
23 - socionext,uniphier-ld20-usb3-hsphy
24 - socionext,uniphier-pxs3-usb3-hsphy
96 compatible = "socionext,uniphier-ld20-usb3-hsphy";
Dqcom-usb-ipq4019-phy.yaml45 hsphy@a8000 {
/Linux-v5.10/drivers/phy/socionext/
Dphy-uniphier-usb3hs.c435 .compatible = "socionext,uniphier-pro5-usb3-hsphy",
439 .compatible = "socionext,uniphier-pxs2-usb3-hsphy",
443 .compatible = "socionext,uniphier-ld20-usb3-hsphy",
447 .compatible = "socionext,uniphier-pxs3-usb3-hsphy",
457 .name = "uniphier-usb3-hsphy",
/Linux-v5.10/arch/arm/boot/dts/
Duniphier-pxs2.dtsi648 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
659 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
743 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
754 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
Duniphier-pro5.dtsi510 compatible = "socionext,uniphier-pro5-usb3-hsphy";
583 compatible = "socionext,uniphier-pro5-usb3-hsphy";
594 compatible = "socionext,uniphier-pro5-usb3-hsphy";
/Linux-v5.10/arch/arm64/boot/dts/socionext/
Duniphier-pxs3.dtsi650 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
664 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
752 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
767 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
Duniphier-ld20.dtsi819 compatible = "socionext,uniphier-ld20-usb3-hsphy";
833 compatible = "socionext,uniphier-ld20-usb3-hsphy";
847 compatible = "socionext,uniphier-ld20-usb3-hsphy";
861 compatible = "socionext,uniphier-ld20-usb3-hsphy";
/Linux-v5.10/drivers/usb/dwc3/
Dcore.c1680 /* Let controller to suspend HSPHY before PHY driver suspends */ in dwc3_suspend_common()