Home
last modified time | relevance | path

Searched +full:pxa1928 +full:- +full:usb +full:- +full:phy (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dmarvell,pxa1928-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/marvell,pxa1928-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell PXA1928 USB/HSIC PHY
10 - Duje Mihanović <duje.mihanovic@skole.hr>
15 - marvell,pxa1928-usb-phy
16 - marvell,pxa1928-hsic-phy
24 '#phy-cells':
31 - compatible
[all …]
/linux/drivers/phy/marvell/
H A Dphy-pxa-28nm-usb2.c1 // SPDX-License-Identifier: GPL-2.0-only
20 #include <linux/phy/phy.h>
22 /* USB PXA1928 PHY mapping */
135 struct phy *phy; member
149 static int mv_usb2_phy_28nm_init(struct phy *phy) in mv_usb2_phy_28nm_init() argument
151 struct mv_usb2_phy *mv_phy = phy_get_drvdata(phy); in mv_usb2_phy_28nm_init()
152 struct platform_device *pdev = mv_phy->pdev; in mv_usb2_phy_28nm_init()
153 void __iomem *base = mv_phy->base; in mv_usb2_phy_28nm_init()
157 clk_prepare_enable(mv_phy->clk); in mv_usb2_phy_28nm_init()
207 /* Make sure PHY Calibration is ready */ in mv_usb2_phy_28nm_init()
[all …]