/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | generic-ohci.yaml | 4 $id: http://devicetree.org/schemas/usb/generic-ohci.yaml# 7 title: USB OHCI Controller 17 - allwinner,sun4i-a10-ohci 18 - allwinner,sun50i-a64-ohci 19 - allwinner,sun50i-h6-ohci 20 - allwinner,sun50i-h616-ohci 21 - allwinner,sun5i-a13-ohci 22 - allwinner,sun6i-a31-ohci 23 - allwinner,sun7i-a20-ohci 24 - allwinner,sun8i-a23-ohci [all...] |
H A D | ohci-nxp.txt | 1 * OHCI controller, NXP ohci-nxp variant 4 - compatible: must be "nxp,ohci-nxp" 7 - interrupts: The OHCI interrupt 18 ohci@31020000 { 19 compatible = "nxp,ohci-nxp";
|
H A D | spear-usb.txt | 21 OHCI: 25 - compatible: "st,spear600-ohci" 26 - interrupts: Should contain the OHCI interrupt 30 ohci@e1900000 { 31 compatible = "st,spear600-ohci", "usb-ohci";
|
H A D | s3c2410-usb.txt | 3 OHCI 6 - compatible: should be "samsung,s3c2410-ohci" for USB host controller 8 - interrupts: interrupt number for the USB OHCI controller 16 usb0: ohci@49000000 { 17 compatible = "samsung,s3c2410-ohci";
|
H A D | ohci-omap3.txt | 1 OMAP HS USB OHCI controller (OMAP3 and later) 5 - compatible: should be "ti,ohci-omap3" 11 usbhsohci: ohci@4a064800 { 12 compatible = "ti,ohci-omap3";
|
H A D | ohci-da8xx.txt | 1 DA8XX USB OHCI controller 5 - compatible: Should be "ti,da830-ohci" 16 ohci: usb@225000 { 17 compatible = "ti,da830-ohci";
|
H A D | atmel-usb.txt | 3 OHCI 6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers 9 - interrupts: Should contain ohci interrupt 21 usb0: ohci@500000 { 22 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
|
H A D | ohci-st.txt | 1 ST USB OHCI controller 5 - compatible : must be "st,st-ohci-300x" 8 - interrupts : one OHCI controller interrupt should be described here 24 compatible = "st,st-ohci-300x";
|
H A D | pxa-usb.txt | 3 OHCI 6 - compatible: Should be "marvell,pxa-ohci" for USB controllers 24 usb0: ohci@4c000000 { 25 compatible = "marvell,pxa-ohci";
|
H A D | samsung,exynos-usb2.yaml | 7 title: Samsung Exynos SoC USB 2.0 EHCI/OHCI Controller 16 - samsung,exynos4210-ohci 61 const: samsung,exynos4210-ohci 100 compatible = "samsung,exynos4210-ohci";
|
H A D | exynos-usb.txt | 40 OHCI 42 - compatible: should be "samsung,exynos4210-ohci" for USB 2.0 43 OHCI companion controller in host mode. 57 compatible = "samsung,exynos4210-ohci";
|
H A D | brcm,bcm3384-usb.txt | 4 - compatible: "brcm,bcm3384-ohci", "brcm,bcm3384-ehci" 6 These currently use the generic-ohci and generic-ehci drivers. On some
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | omap-usb-host.txt | 21 "ohci-phy-6pin-datse0", 22 "ohci-phy-6pin-dpdm", 23 "ohci-phy-3pin-datse0", 24 "ohci-phy-4pin-dpdm", 25 "ohci-tll-6pin-datse0", 26 "ohci-tll-6pin-dpdm", 27 "ohci-tll-3pin-datse0", 28 "ohci-tll-4pin-dpdm", 29 "ohci-tll-2pin-datse0", 30 "ohci-tll-2pin-dpdm", [all …]
|
/freebsd/share/man/man4/ |
H A D | ohci.4 | 29 .Nm ohci 30 .Nd OHCI USB Host Controller driver 32 .Cd "device ohci" 36 driver provides support for OHCI-type PCI based USB controllers. 40 driver supports all OHCI v1.0 compliant controllers including: 65 .It Va hw.usb.ohci.debug
|
H A D | fwohci.4 | 38 .Nd OHCI FireWire chipset device driver 65 The driver supports the following IEEE 1394 OHCI chipsets: 148 which can be accessed by an IEEE 1394 OHCI chip.
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | spear3xx.dtsi | 83 ohci@e1900000 { 84 compatible = "st,spear600-ohci", "usb-ohci"; 90 ohci@e2100000 { 91 compatible = "st,spear600-ohci", "usb-ohci";
|
H A D | spear600.dtsi | 110 ohci_usb0: ohci@e1900000 { 111 compatible = "st,spear600-ohci", "usb-ohci"; 118 ohci_usb1: ohci@e2100000 { 119 compatible = "st,spear600-ohci", "usb-ohci";
|
H A D | spear13xx.dtsi | 193 ohci@e4000000 { 194 compatible = "st,spear600-ohci", "usb-ohci"; 201 ohci@e5000000 { 202 compatible = "st,spear600-ohci", "usb-ohci";
|
/freebsd/sys/dev/usb/controller/ |
H A D | ohci_pci.c | 36 * OHCI spec: http://www.intel.com/design/usb/ohci11d.pdf 39 /* The low level controller code for OHCI has been split into 40 * PCI probes and OHCI specific code. This was done to facilitate the 74 #include <dev/usb/controller/ohci.h> 184 return ("OHCI (generic) USB controller"); in ohci_pci_match() 288 device_printf(self, "(New OHCI DeviceId=0x%08x)\n", in ohci_pci_attach() 374 .name = "ohci", 379 DRIVER_MODULE(ohci, pci, ohci_driver, 0, 0); 380 MODULE_DEPEND(ohci, usb, 1, 1, 1);
|
H A D | generic_ohci.c | 28 * Generic OHCI driver based on AT91 OHCI 53 #include <dev/usb/controller/ohci.h> 93 if (!ofw_bus_is_compatible(dev, "generic-ohci")) in generic_ohci_probe() 96 device_set_desc(dev, "Generic OHCI Controller"); in generic_ohci_probe() 324 .name = "ohci", 329 DRIVER_MODULE(ohci, simplebus, generic_ohci_driver, 0, 0); 330 MODULE_DEPEND(ohci, usb, 1, 1, 1);
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | uctl.txt | 40 ohci@16f0000000400 { 41 compatible = "cavium,octeon-6335-ohci","usb-ohci";
|
/freebsd/sys/modules/usb/ohci/ |
H A D | Makefile | 31 KMOD= ohci 34 ohci_pci.c ohci.c ohci.h \
|
/freebsd/sys/arm/allwinner/ |
H A D | files.allwinner | 17 arm/allwinner/aw_usbphy.c optional ehci | ohci 26 dev/usb/controller/generic_ohci.c optional ohci 27 dev/usb/controller/generic_usb_if.m optional ohci
|
/freebsd/sys/contrib/device-tree/src/mips/brcm/ |
H A D | bcm7346.dtsi | 328 compatible = "brcm,bcm7346-ohci", "generic-ohci"; 347 compatible = "brcm,bcm7346-ohci", "generic-ohci"; 366 compatible = "brcm,bcm7346-ohci", "generic-ohci"; 385 compatible = "brcm,bcm7346-ohci", "generic-ohci";
|
/freebsd/sys/dev/firewire/ |
H A D | 00README | 17 OHCI[2] driver 71 As you know, IEEE1394 is a bus and OHCI supports physical access 110 OHCI 114 * There might be phy probing problem but most of the OHCI
|