Searched full:hsphy (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/phy/qualcomm/ |
D | phy-qcom-snps-femto-v2.c | 109 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 …]
|
D | phy-qcom-ipq806x-usb.c | 273 * HSPHY Initialization: Enable UTMI clock, select 19.2MHz fsel in qcom_ipq806x_usb_hs_phy_init()
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | socionext,uniphier-usb3hs-phy.yaml | 21 - 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";
|
D | qcom-usb-ipq4019-phy.yaml | 45 hsphy@a8000 {
|
/Linux-v5.10/drivers/phy/socionext/ |
D | phy-uniphier-usb3hs.c | 435 .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/ |
D | uniphier-pxs2.dtsi | 648 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";
|
D | uniphier-pro5.dtsi | 510 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/ |
D | uniphier-pxs3.dtsi | 650 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";
|
D | uniphier-ld20.dtsi | 819 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/ |
D | core.c | 1680 /* Let controller to suspend HSPHY before PHY driver suspends */ in dwc3_suspend_common()
|