Searched full:hsphy (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/phy/qualcomm/ |
D | phy-qcom-snps-femto-v2.c | 152 static int qcom_snps_hsphy_suspend(struct qcom_snps_hsphy *hsphy) in qcom_snps_hsphy_suspend() argument 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() 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() 172 static int qcom_snps_hsphy_resume(struct qcom_snps_hsphy *hsphy) in qcom_snps_hsphy_resume() argument 176 dev_dbg(&hsphy->phy->dev, "Resume QCOM SNPS PHY, mode\n"); in qcom_snps_hsphy_resume() 178 ret = clk_prepare_enable(hsphy->cfg_ahb_clk); in qcom_snps_hsphy_resume() 180 dev_err(&hsphy->phy->dev, "failed to enable cfg ahb clock\n"); in qcom_snps_hsphy_resume() [all …]
|
D | phy-qcom-ipq806x-usb.c | 269 * HSPHY Initialization: Enable UTMI clock, select 19.2MHz fsel in qcom_ipq806x_usb_hs_phy_init()
|
/Linux-v6.1/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 25 - socionext,uniphier-nx1-usb3-hsphy 70 const: socionext,uniphier-pro5-usb3-hsphy 92 - socionext,uniphier-pxs2-usb3-hsphy 93 - socionext,uniphier-ld20-usb3-hsphy 115 - socionext,uniphier-pxs3-usb3-hsphy 116 - socionext,uniphier-nx1-usb3-hsphy [all …]
|
D | qcom-usb-ipq4019-phy.yaml | 45 hsphy@a8000 {
|
/Linux-v6.1/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", 451 .compatible = "socionext,uniphier-nx1-usb3-hsphy", 461 .name = "uniphier-usb3-hsphy",
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | uniphier-pxs2.dtsi | 694 compatible = "socionext,uniphier-pxs2-usb3-hsphy"; 705 compatible = "socionext,uniphier-pxs2-usb3-hsphy"; 789 compatible = "socionext,uniphier-pxs2-usb3-hsphy"; 800 compatible = "socionext,uniphier-pxs2-usb3-hsphy";
|
D | uniphier-pro5.dtsi | 516 compatible = "socionext,uniphier-pro5-usb3-hsphy"; 589 compatible = "socionext,uniphier-pro5-usb3-hsphy"; 600 compatible = "socionext,uniphier-pro5-usb3-hsphy";
|
D | qcom-ipq4019.dtsi | 632 usb3_hs_phy: hsphy@a6000 { 664 usb2_hs_phy: hsphy@a8000 {
|
/Linux-v6.1/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld20.dtsi | 832 compatible = "socionext,uniphier-ld20-usb3-hsphy"; 846 compatible = "socionext,uniphier-ld20-usb3-hsphy"; 860 compatible = "socionext,uniphier-ld20-usb3-hsphy"; 874 compatible = "socionext,uniphier-ld20-usb3-hsphy";
|
D | uniphier-pxs3.dtsi | 739 compatible = "socionext,uniphier-pxs3-usb3-hsphy"; 753 compatible = "socionext,uniphier-pxs3-usb3-hsphy"; 841 compatible = "socionext,uniphier-pxs3-usb3-hsphy"; 856 compatible = "socionext,uniphier-pxs3-usb3-hsphy";
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | core.c | 2036 /* Let controller to suspend HSPHY before PHY driver suspends */ in dwc3_suspend_common()
|