Home
last modified time | relevance | path

Searched +full:usb +full:- +full:hs +full:- +full:ipq4019 +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom-usb-ipq4019-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qcom-usb-ipq4019-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY
10 - Robert Marko <robert.marko@sartura.hr>
15 - qcom,usb-ss-ipq4019-phy
16 - qcom,usb-hs-ipq4019-phy
24 reset-names:
26 - const: por_rst
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom-soc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/qcom-so
[all...]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dqcom,dwc3.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-ipq4019.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/clock/qcom,gcc-ipq4019.h>
9 #include <dt-bindings/interrupt-controlle
[all...]
/freebsd/sys/arm/qualcomm/
H A Dipq4018_usb_hs_phy.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
40 #include <dev/phy/phy_usb.h>
50 {"qcom,usb-hs-ipq4019-phy", 1},
77 * For power-off - assert por, sleep for 10ms, assert srif, in ipq4018_usb_hs_phynode_phy_enable()
80 rv = hwreset_assert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable()
84 rv = hwreset_assert(sc->srif_rst); in ipq4018_usb_hs_phynode_phy_enable()
90 * For power-on - power off first, then deassert srif, then in ipq4018_usb_hs_phynode_phy_enable()
94 rv = hwreset_deassert(sc->srif_rst); in ipq4018_usb_hs_phynode_phy_enable()
98 rv = hwreset_deassert(sc->por_rst); in ipq4018_usb_hs_phynode_phy_enable()
[all …]