Searched +full:rzg2l +full:- +full:usbphy +full:- +full:ctrl (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/reset/renesas,rzg2l-usbphy-ctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas RZ/G2L USBPHY Control10 - Biju Das <biju.das.jz@bp.renesas.com>13 The RZ/G2L USBPHY Control mainly controls reset and power down of the19 - enum:20 - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC}21 - const: renesas,rzg2l-usbphy-ctrl[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-y += core.o3 obj-y += hisilicon/4 obj-$(CONFIG_ARCH_STI) += sti/5 obj-$(CONFIG_ARCH_TEGRA) += tegra/6 obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o7 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o8 obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o9 obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o10 obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas RZ/G2L USBPHY control driver14 #include <linux/reset-controller.h>46 void __iomem *base = priv->base; in rzg2l_usbphy_ctrl_assert()50 spin_lock_irqsave(&priv->lock, flags); in rzg2l_usbphy_ctrl_assert()56 spin_unlock_irqrestore(&priv->lock, flags); in rzg2l_usbphy_ctrl_assert()65 void __iomem *base = priv->base; in rzg2l_usbphy_ctrl_deassert()69 spin_lock_irqsave(&priv->lock, flags); in rzg2l_usbphy_ctrl_deassert()75 spin_unlock_irqrestore(&priv->lock, flags); in rzg2l_usbphy_ctrl_deassert()88 return !!(readl(priv->base + RESET) & port_mask); in rzg2l_usbphy_ctrl_status()[all …]