Searched +full:ixp4xx +full:- +full:udc (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp45x-ixp46x.dtsi | 1 // SPDX-License-Identifier: ISC 6 * basic IXP4xx DTSI. 8 #include "intel-ixp4xx.dtsi" 13 compatible = "intel,ixp46x-expansion-bus-controller", "syscon"; 19 compatible = "intel,ixp46x-rng"; 23 interrupt-controller@c8003000 { 24 compatible = "intel,ixp43x-interrupt"; 28 * This is the USB Device Mode (UDC) controller, which is used 29 * to present the IXP4xx as a device on a USB bus. 32 compatible = "intel,ixp4xx-udc"; [all …]
|
H A D | intel-ixp42x.dtsi | 1 // SPDX-License-Identifier: ISC 6 #include "intel-ixp4xx.dtsi" 11 compatible = "intel,ixp42x-expansion-bus-controller", "syscon"; 16 compatible = "intel,ixp42x-pci"; 19 interrupt-controller@c8003000 { 20 compatible = "intel,ixp42x-interrupt"; 24 * This is the USB Device Mode (UDC) controller, which is used 25 * to present the IXP4xx as a device on a USB bus. 28 compatible = "intel,ixp4xx-udc";
|
/linux/include/linux/platform_data/ |
H A D | pxa2xx_udc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This supports machine-specific differences in how the PXA2xx 4 * USB Device Controller (UDC) is wired. 6 * It is set in linux/arch/arm/mach-pxa/<machine>.c or in 7 * linux/arch/mach-ixp4xx/<machine>.c and used in 20 * with on-chip GPIOs not Lubbock's weird hardware, can have a sane
|
/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Intel PXA25x and IXP4xx on-chip full speed USB device controllers 30 #include <linux/dma-mapping.h> 40 #include <asm/mach-types.h> 47 #define UDCCR 0x0000 /* UDC Control Register */ 48 #define UDC_RES1 0x0004 /* UDC Undocumented - Reserved1 */ 49 #define UDC_RES2 0x0008 /* UDC Undocumented - Reserved2 */ 50 #define UDC_RES3 0x000C /* UDC Undocumented - Reserved3 */ 51 #define UDCCS0 0x0010 /* UDC Endpoint 0 Control/Status Register */ 52 #define UDCCS1 0x0014 /* UDC Endpoint 1 (IN) Control/Status Register */ [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 …]
|