Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/qualcomm/
Dphy-qcom-snps-femto-v2.c152 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 …]
Dphy-qcom-ipq806x-usb.c269 * HSPHY Initialization: Enable UTMI clock, select 19.2MHz fsel in qcom_ipq806x_usb_hs_phy_init()
/Linux-v6.1/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
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 …]
Dqcom-usb-ipq4019-phy.yaml45 hsphy@a8000 {
/Linux-v6.1/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",
451 .compatible = "socionext,uniphier-nx1-usb3-hsphy",
461 .name = "uniphier-usb3-hsphy",
/Linux-v6.1/arch/arm/boot/dts/
Duniphier-pxs2.dtsi694 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";
Duniphier-pro5.dtsi516 compatible = "socionext,uniphier-pro5-usb3-hsphy";
589 compatible = "socionext,uniphier-pro5-usb3-hsphy";
600 compatible = "socionext,uniphier-pro5-usb3-hsphy";
Dqcom-ipq4019.dtsi632 usb3_hs_phy: hsphy@a6000 {
664 usb2_hs_phy: hsphy@a8000 {
/Linux-v6.1/arch/arm64/boot/dts/socionext/
Duniphier-ld20.dtsi832 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";
Duniphier-pxs3.dtsi739 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/
Dcore.c2036 /* Let controller to suspend HSPHY before PHY driver suspends */ in dwc3_suspend_common()