Searched +full:rzn1 +full:- +full:usbf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | renesas,rzn1-usbf.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/renesas,rzn1-usbf.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas RZ/N1 SoCs USBF (USB Function) controller 10 The Renesas USBF controller is an USB2.0 device 14 - Herve Codina <herve.codina@bootlin.com> 19 - enum: 20 - renesas,r9a06g032-usbf 21 - const: renesas,rzn1-usbf [all …]
|
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | r9a06g032.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/r9a06g032-sysctrl.h> 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "arm,cortex-a7"; 30 compatible = "arm,cortex-a7"; 33 enable-method = "renesas,r9a06g032-smp"; [all …]
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | renesas_usbf.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Renesas USBF USB Function driver 10 #include <linux/dma-mapping.h> 131 /* EPn registers offsets from Base + USBF_BASE_EPN(n-1). n=1..15 */ 209 /* AHB-EPC Bridge registers */ 244 /* EPn DMA registers offsets from Base USBF_BASE_DMA_EPN(n-1). n=1..15*/ 345 [0] = USBF_EP_INFO("ep0-ctrl", 349 /* ep1: buf @0x0020, 2 buffers 512 bytes -> (512 * 2 / 4) words */ 350 [1] = USBF_EP_INFO("ep1-bulk", 354 /* ep2: buf @0x0120, 2 buffers 512 bytes -> (512 * 2 / 4) words */ [all …]
|
/linux-6.12.1/drivers/clk/renesas/ |
D | r9a06g032-clocks.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/clk-provider.h> 24 #include <linux/soc/renesas/r9a06g032-sysctrl.h> 26 #include <dt-bindings/clock/r9a06g032-sysctrl.h> 33 * struct regbit - describe one bit in a register 35 * expressed in units of 32-bit words (not bytes), 43 * Since registers are aligned on 32-bit boundaries, the 44 * offset will be specified in 32-bit words rather than bytes. 48 * offset from bytes to 32-bit words. 61 * struct r9a06g032_gate - clock-related control bits [all …]
|
/linux-6.12.1/ |
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 …]
|