/linux/drivers/phy/sunplus/ |
H A D | phy-sunplus-usb2.c | 78 static int update_disc_vol(struct sp_usbphy *usbphy) in update_disc_vol() argument 86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol() 98 set = (set >> usbphy->disc_vol_addr_off) & J_DISC; in update_disc_vol() 104 val = readl(usbphy->phy_regs + CONFIG7); in update_disc_vol() 106 writel(val, usbphy->phy_regs + CONFIG7); in update_disc_vol() 113 struct sp_usbphy *usbphy = phy_get_drvdata(phy); in sp_uphy_init() local 117 ret = clk_prepare_enable(usbphy->phy_clk); in sp_uphy_init() 121 ret = reset_control_deassert(usbphy->rstc); in sp_uphy_init() 126 writel(HIGH_MASK_BITS | 0x4002, usbphy->moon4_regs + UPHY_CONTROL0); in sp_uphy_init() 127 writel(HIGH_MASK_BITS | 0x8747, usbphy->moon4_regs + UPHY_CONTROL1); in sp_uphy_init() [all …]
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | renesas,rzg2l-usbphy-ctrl.yaml | 4 $id: http://devicetree.org/schemas/reset/renesas,rzg2l-usbphy-ctrl.yaml# 7 title: Renesas RZ/{G2L,V2L} USBPHY Control 13 The RZ/G2L USBPHY Control mainly controls reset and power down of the 20 - renesas,r9a07g043-usbphy-ctrl # RZ/G2UL and RZ/Five 21 - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC} 22 - renesas,r9a07g054-usbphy-ctrl # RZ/V2L 23 - const: renesas,rzg2l-usbphy-ctrl 66 phyrst: usbphy-ctrl@11c40000 { 67 compatible = "renesas,r9a07g044-usbphy-ctrl", 68 "renesas,rzg2l-usbphy-ctrl";
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,mt7628-usbphy.yaml | 4 $id: http://devicetree.org/schemas/phy/mediatek,mt7628-usbphy.yaml# 15 - mediatek,mt7620-usbphy 16 - mediatek,mt7628-usbphy 17 - ralink,rt3352-usbphy 52 const: mediatek,mt7628-usbphy 65 compatible = "mediatek,mt7628-usbphy";
|
H A D | keystone-usb-phy.txt | 4 - compatible: should be "ti,keystone-usbphy". 15 compatible = "ti,keystone-usbphy";
|
H A D | rockchip-usb-phy.yaml | 69 usbphy: usbphy {
|
H A D | phy-hi6220-usb.txt | 11 usb_phy: usbphy {
|
H A D | phy-pxa-usb.txt | 10 usb-phy: usbphy@d4207000 {
|
/linux/drivers/phy/ralink/ |
H A D | phy-ralink-usb.c | 153 .compatible = "ralink,rt3352-usbphy", 158 .compatible = "mediatek,mt7620-usbphy", 163 .compatible = "mediatek,mt7628-usbphy", 190 if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) { in ralink_usb_phy_probe()
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | brcm,bcm7445-ehci.yaml | 36 const: usbphy 54 phy-names = "usbphy";
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sunxi-h3-h5.dtsi | 260 phys = <&usbphy 0>; 262 extcon = <&usbphy 0>; 267 usbphy: phy@1c19400 { label 305 phys = <&usbphy 0>; 317 phys = <&usbphy 0>; 328 phys = <&usbphy 1>; 340 phys = <&usbphy 1>; 351 phys = <&usbphy 2>; 363 phys = <&usbphy 2>; 374 phys = <&usbphy 3>; [all …]
|
H A D | sun8i-v3s.dtsi | 302 phys = <&usbphy 0>; 304 extcon = <&usbphy 0>; 308 usbphy: phy@1c19400 { label 328 phys = <&usbphy 0>; 340 phys = <&usbphy 0>;
|
H A D | sun5i.dtsi | 371 phys = <&usbphy 0>; 373 extcon = <&usbphy 0>; 379 usbphy: phy@1c13400 { label 396 phys = <&usbphy 1>; 406 phys = <&usbphy 1>;
|
H A D | sun8i-a23-a33.dtsi | 285 phys = <&usbphy 0>; 287 extcon = <&usbphy 0>; 292 usbphy: phy@1c19400 { label 315 phys = <&usbphy 1>; 326 phys = <&usbphy 1>;
|
H A D | sun8i-s3-elimo-impetus.dtsi | 41 &usbphy {
|
H A D | sun4i-a10.dtsi | 494 phys = <&usbphy 0>; 496 extcon = <&usbphy 0>; 502 usbphy: phy@1c13400 { label 521 phys = <&usbphy 1>; 531 phys = <&usbphy 1>; 611 phys = <&usbphy 2>; 621 phys = <&usbphy 2>;
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h616.dtsi | 704 phys = <&usbphy 0>; 706 extcon = <&usbphy 0>; 710 usbphy: phy@5100400 { label 754 phys = <&usbphy 0>; 767 phys = <&usbphy 0>; 782 phys = <&usbphy 1>; 795 phys = <&usbphy 1>; 810 phys = <&usbphy 2>; 823 phys = <&usbphy 2>; 838 phys = <&usbphy 3>; [all …]
|
/linux/drivers/reset/ |
H A D | reset-rzg2l-usbphy-ctrl.c | 3 * Renesas RZ/G2L USBPHY control driver 95 { .compatible = "renesas,rzg2l-usbphy-ctrl" }, 217 MODULE_DESCRIPTION("Renesas RZ/G2L USBPHY Control");
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx27-pdk.dts | 18 usbphy0: usbphy { 107 fsl,usbphy = <&usbphy0>;
|
H A D | imx27-phytec-phycore-rdk.dts | 51 usbphy2: usbphy { 294 fsl,usbphy = <&usbphy2>;
|
H A D | imx27-phytec-phycore-som.dtsi | 33 usbphy0: usbphy { 302 fsl,usbphy = <&usbphy0>;
|
/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vfxxx.dtsi | 372 usbphy0: usbphy@40050800 { 373 compatible = "fsl,vf610-usbphy"; 381 usbphy1: usbphy@40050c00 { 382 compatible = "fsl,vf610-usbphy"; 441 fsl,usbphy = <&usbphy0>; 591 fsl,usbphy = <&usbphy1>;
|
/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sunxi-d1s-t113.dtsi | 550 extcon = <&usbphy 0>; 551 phys = <&usbphy 0>; 556 usbphy: phy@4100400 { label 586 phys = <&usbphy 0>; 599 phys = <&usbphy 0>; 614 phys = <&usbphy 1>; 627 phys = <&usbphy 1>;
|
/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28.dtsi | 1259 usbphy0: usbphy@8007c000 { 1260 compatible = "fsl,imx28-usbphy", "fsl,imx23-usbphy"; 1266 usbphy1: usbphy@8007e000 { 1267 compatible = "fsl,imx28-usbphy", "fsl,imx23-usbphy"; 1287 fsl,usbphy = <&usbphy0>; 1296 fsl,usbphy = <&usbphy1>;
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210.dtsi | 414 phys = <&usbphy 0>; 418 usbphy: usbphy@ec100000 { label 435 phys = <&usbphy 1>; 447 phys = <&usbphy 1>;
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm21664-garnet.dts | 49 &usbphy {
|