Searched +full:ma35d1 +full:- +full:usb2 +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/nuvoton,ma35d1-usb2-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Nuvoton MA35D1 USB2 phy10 - Hui-Ping Chen <hpchen0nvt@gmail.com>15 - nuvoton,ma35d1-usb2-phy17 "#phy-cells":26 phandle to syscon for checking the PHY clock status.29 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/phy/phy.h>17 /* USB PHY Miscellaneous Control Register */19 #define PHY0POR BIT(0) /* PHY Power-On Reset Control Bit */20 #define PHY0SUSPEND BIT(1) /* PHY Suspend; 0: suspend, 1: operaion */21 #define PHY0COMN BIT(2) /* PHY Common Block Power-Down Control */22 #define PHY0DEVCKSTB BIT(10) /* PHY 60 MHz UTMI clock stable bit */30 static int ma35_usb_phy_power_on(struct phy *phy) in ma35_usb_phy_power_on() argument32 struct ma35_usb_phy *p_phy = phy_get_drvdata(phy); in ma35_usb_phy_power_on()36 ret = clk_prepare_enable(p_phy->clk); in ma35_usb_phy_power_on()[all …]
1 # SPDX-License-Identifier: GPL-2.03 obj-$(CONFIG_PHY_MA35_USB) += phy-ma35d1-usb2.o
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]