HomeSort by relevance Sort by last modified time
    Searched defs:ohci (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/usb/host/
ohci-generic.c 12 #include "ohci.h"
15 # error "Generic OHCI driver requires CONFIG_USB_OHCI_NEW"
19 ohci_t ohci; member in struct:generic_ohci
185 { .compatible = "generic-ohci" },
ohci-sunxi.c 3 * Sunxi ohci glue
16 #include "ohci.h"
38 ohci_t ohci; member in struct:ohci_sunxi_priv
142 * OHCI controller is removed.
185 .compatible = "allwinner,sun4i-a10-ohci",
189 .compatible = "allwinner,sun5i-a13-ohci",
193 .compatible = "allwinner,sun6i-a31-ohci",
197 .compatible = "allwinner,sun7i-a20-ohci",
201 .compatible = "allwinner,sun8i-a23-ohci",
205 .compatible = "allwinner,sun8i-a83t-ohci",
    [all...]
ohci-hcd.c 3 * URB OHCI HCD (Host Controller Driver) for USB on the AT91RM9200 and PCI bus.
46 #include "ohci.h"
69 {0x10b9, 0x5237}, /* ULI1575 PCI OHCI module ids */
70 {0x1033, 0x0035}, /* NEC PCI OHCI module ids */
71 {0x1131, 0x1561}, /* Philips 1561 PCI OHCI module ids */
72 /* Please add supported PCI OHCI controller ids here */
141 /* mapping of the OHCI CC status to error codes */
196 static inline u32 roothub_a(struct ohci *hc)
198 static inline u32 roothub_b(struct ohci *hc)
200 static inline u32 roothub_status(struct ohci *hc
2138 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2147 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2156 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2166 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2175 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2183 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); local
2191 ohci_t *ohci = dev_get_priv(dev); local
2217 ohci_t *ohci = dev_get_priv(dev); local
    [all...]
ohci.h 2 * URB OHCI HCD (Host Controller Driver) for USB.
7 * usb-ohci.h
135 * structure defined in the OHCI spec. that the host controller is
139 #define NUM_INTS 32 /* part of the OHCI standard */
157 * This is the structure of the OHCI controller's memory mapped I/O
196 /* OHCI CONTROL AND STATUS REGISTER MASKS */
252 /* USB HUB CONSTANTS (not OHCI-specific; see hub.h) */
306 /* OHCI ROOT HUB REGISTER MASKS */
376 * This is the full ohci controller description
383 typedef struct ohci { struct
    [all...]
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 3 * URB OHCI HCD (Host Controller Driver) for USB on the AU1x00.
102 static u32 roothub_a (struct ohci *hc)
104 static inline u32 roothub_b (struct ohci *hc)
106 static inline u32 roothub_status (struct ohci *hc)
108 static u32 roothub_portstatus (struct ohci *hc, int i)
190 void ep_print_int_eds (ohci_t *ohci, char * str) {
195 ed_p = &(ohci->hcca->int_table [i]);
355 dbg ("OHCI controller usb-%s state", controller->slot_name);
377 ohci_t *ohci; local
382 ohci = &gohci
455 ohci_t *ohci = &gohci; local
666 ohci_t *ohci = &gohci; local
1351 ohci_t *ohci = &gohci; local
    [all...]
au1x00_usb_ohci.h 2 * URB OHCI HCD (Host Controller Driver) for USB.
7 * usb-ohci.h
13 /* mapping of the OHCI CC status to error codes */
124 * structure defined in the OHCI spec. that the host controller is
128 #define NUM_INTS 32 /* part of the OHCI standard */
141 #define MAX_ROOT_PORTS 15 /* maximum OHCI root hub ports */
144 * This is the structure of the OHCI controller's memory mapped I/O
180 /* OHCI CONTROL AND STATUS REGISTER MASKS */
236 /* USB HUB CONSTANTS (not OHCI-specific; see hub.h) */
290 /* OHCI ROOT HUB REGISTER MASKS *
349 typedef struct ohci { struct
    [all...]

Completed in 1384 milliseconds