Home
last modified time | relevance | path

Searched refs:ohci (Results 1 – 25 of 81) sorted by relevance

1234

/external/u-boot/drivers/usb/host/
Dohci-hcd.c196 static inline u32 roothub_a(struct ohci *hc) in roothub_a()
198 static inline u32 roothub_b(struct ohci *hc) in roothub_b()
200 static inline u32 roothub_status(struct ohci *hc) in roothub_status()
202 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus()
206 static int hc_interrupt(ohci_t *ohci);
207 static void td_submit_job(ohci_t *ohci, struct usb_device *dev,
211 static int ep_link(ohci_t * ohci, ed_t * ed);
212 static int ep_unlink(ohci_t * ohci, ed_t * ed);
271 static int sohci_get_current_frame_number(ohci_t *ohci);
276 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print() argument
[all …]
DMakefile12 obj-$(CONFIG_USB_OHCI_NEW) += ohci-hcd.o
13 obj-$(CONFIG_USB_ATMEL) += ohci-at91.o
14 obj-$(CONFIG_USB_OHCI_DA8XX) += ohci-da8xx.o
17 obj-$(CONFIG_USB_OHCI_EP93XX) += ohci-ep93xx.o
18 obj-$(CONFIG_USB_OHCI_SUNXI) += ohci-sunxi.o
19 obj-$(CONFIG_USB_OHCI_LPC32XX) += ohci-lpc32xx.o
20 obj-$(CONFIG_USB_OHCI_GENERIC) += ohci-generic.o
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c102 static u32 roothub_a (struct ohci *hc) in roothub_a()
104 static inline u32 roothub_b (struct ohci *hc) in roothub_b()
106 static inline u32 roothub_status (struct ohci *hc) in roothub_status()
108 static u32 roothub_portstatus (struct ohci *hc, int i) in roothub_portstatus()
190 void ep_print_int_eds (ohci_t *ohci, char * str) { in ep_print_int_eds() argument
195 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
377 ohci_t *ohci; in sohci_submit_job() local
382 ohci = &gohci; in sohci_submit_job()
386 if (ohci->disabled) { in sohci_submit_job()
440 ep_link (ohci, ed); in sohci_submit_job()
[all …]
Dau1x00_usb_ohci.h349 typedef struct ohci { struct
380 static int ep_link(ohci_t * ohci, ed_t * ed); argument
381 static int ep_unlink(ohci_t * ohci, ed_t * ed);
/external/u-boot/arch/arc/dts/
Daxs10x_mb.dtsi47 ohci@0x60000 {
48 compatible = "generic-ohci";
Dhsdk.dts82 ohci@0xf0060000 {
83 compatible = "generic-ohci";
/external/u-boot/arch/mips/dts/
Dbrcm,bcm6348.dtsi137 ohci: usb-controller@fffe1b00 { label
138 compatible = "brcm,bcm6348-ohci", "generic-ohci";
Dbrcm,bcm6368.dtsi176 ohci: usb-controller@10001600 { label
177 compatible = "brcm,bcm6368-ohci", "generic-ohci";
Dbrcm,bcm6328.dtsi164 ohci: usb-controller@10002600 { label
165 compatible = "brcm,bcm6328-ohci", "generic-ohci";
Dbrcm,bcm6318.dtsi165 ohci: usb-controller@10005100 { label
166 compatible = "brcm,bcm6318-ohci", "generic-ohci";
Dbrcm,bcm6358.dtsi176 ohci: usb-controller@fffe1400 { label
177 compatible = "brcm,bcm6358-ohci", "generic-ohci";
Dbrcm,bcm6362.dtsi188 ohci: usb-controller@10002600 { label
189 compatible = "brcm,bcm6362-ohci", "generic-ohci";
Dbrcm,bcm63268.dtsi194 ohci: usb-controller@10002600 { label
195 compatible = "brcm,bcm63268-ohci", "generic-ohci";
Dcomtrend,ct-5361.dts41 &ohci {
Dcomtrend,ar-5387un.dts57 &ohci {
Dcomtrend,wap-5813n.dts61 &ohci {
Dcomtrend,vr-3032u.dts70 &ohci {
Dcomtrend,ar-5315u.dts73 &ohci {
Dsfr,nb4-ser.dts89 &ohci {
Dhuawei,hg556a.dts100 &ohci {
Dnetgear,dgnd3700v2.dts121 &ohci {
/external/u-boot/arch/arm/dts/
Dsun8i-h3.dtsi277 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
298 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
321 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
344 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
Dsun50i-a64.dtsi220 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
244 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
Dethernut5.dts80 usb0: ohci@00500000 {
Dat91sam9260-smartweb.dts107 usb0: ohci@00500000 {

1234