Searched +full:rzv2m +full:- +full:xhci (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/usb/ |
H A D | renesas,rzv2m-usb3drd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/renesas,rzv2m-usb3drd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Biju Das <biju.das.jz@bp.renesas.com> 14 * Role swapping function by the ID pin of the Micro-AB receptacle 20 - enum: 21 - renesas,r9a09g011-usb3drd # RZ/V2M 22 - renesas,r9a09g055-usb3drd # RZ/V2MA 23 - const: renesas,rzv2m-usb3drd [all …]
|
H A D | renesas,usb-xhci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/renesas,usb-xhci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas USB xHCI controllers 10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 16 - items: 17 - enum: 18 - renesas,xhci-r8a7742 # RZ/G1H [all …]
|
/linux/drivers/usb/host/ |
H A D | xhci-rzv2m.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * xHCI host controller driver for RZ/V2M 9 #include "xhci.h" 10 #include "xhci-plat.h" 11 #include "xhci-rzv2m.h" 22 struct device *dev = hcd->self.controller; in xhci_rzv2m_init_quirk() 24 rzv2m_usb3drd_reset(dev->parent, true); in xhci_rzv2m_init_quirk() 33 if (hcd->regs) { in xhci_rzv2m_start() 35 int_en = readl(hcd->regs + RZV2M_USB3_INTEN); in xhci_rzv2m_start() 37 writel(int_en, hcd->regs + RZV2M_USB3_INTEN); in xhci_rzv2m_start()
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 # tell define_trace.h where to find the xhci trace header 7 CFLAGS_xhci-trace.o := -I$(src) 9 fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o 10 fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o 12 fhci-$(CONFIG_FHCI_DEBUG) += fhci-dbg.o 14 xhci-hcd-y := xhci.o xhci-mem.o xhci-ext-caps.o 15 xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o 16 xhci-hcd-y += xhci-trace.o 19 xhci-hcd-y += xhci-dbgcap.o xhci-dbgtty.o [all …]
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a09g011.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/r9a09g011-cpg.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 18 compatible = "fixed-clock"; 19 #clock-cells = <0>; 21 clock-frequency = <0>; 25 #address-cells = <1>; 26 #size-cells = <0>; [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|