Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c200 static inline u32 roothub_a(struct ohci *hc) in roothub_a()
202 static inline u32 roothub_b(struct ohci *hc) in roothub_b()
204 static inline u32 roothub_status(struct ohci *hc) in roothub_status()
206 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus()
210 static int hc_interrupt(ohci_t *ohci);
211 static void td_submit_job(ohci_t *ohci, struct usb_device *dev,
215 static int ep_link(ohci_t * ohci, ed_t * ed);
216 static int ep_unlink(ohci_t * ohci, ed_t * ed);
275 static int sohci_get_current_frame_number(ohci_t *ohci);
280 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print() argument
[all …]
H A DMakefile14 obj-$(CONFIG_USB_OHCI_NEW) += ohci-hcd.o
15 obj-$(CONFIG_USB_ATMEL) += ohci-at91.o
16 obj-$(CONFIG_USB_OHCI_DA8XX) += ohci-da8xx.o
19 obj-$(CONFIG_USB_OHCI_EP93XX) += ohci-ep93xx.o
20 obj-$(CONFIG_USB_OHCI_LPC32XX) += ohci-lpc32xx.o
21 obj-$(CONFIG_USB_OHCI_PCI) += ohci-pci.o
22 obj-$(CONFIG_USB_OHCI_GENERIC) += ohci-generic.o
H A Dohci-sunxi.c30 ohci_t ohci; member
H A Dohci-da8xx.c18 ohci_t ohci; member
H A Dohci-generic.c21 ohci_t ohci; member
H A Dohci.h383 typedef struct ohci { struct
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c103 static u32 roothub_a (struct ohci *hc) in roothub_a()
105 static inline u32 roothub_b (struct ohci *hc) in roothub_b()
107 static inline u32 roothub_status (struct ohci *hc) in roothub_status()
109 static u32 roothub_portstatus (struct ohci *hc, int i) in roothub_portstatus()
191 void ep_print_int_eds (ohci_t *ohci, char * str) { in ep_print_int_eds() argument
196 ed_p = &(ohci->hcca->int_table [i]); in ep_print_int_eds()
378 ohci_t *ohci; in sohci_submit_job() local
383 ohci = &gohci; in sohci_submit_job()
387 if (ohci->disabled) { in sohci_submit_job()
441 ep_link (ohci, ed); in sohci_submit_job()
[all …]
H A 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);
/rk3399_rockchip-uboot/arch/arc/dts/
H A Dhsdk.dts46 ohci@0xf0060000 {
47 compatible = "generic-ohci";
H A Daxs10x_mb.dtsi52 ohci@0x60000 {
53 compatible = "generic-ohci";
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dethernut5.dts80 usb0: ohci@00500000 {
H A Dsun8i-h3.dtsi265 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
288 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
311 compatible = "allwinner,sun8i-h3-ohci", "generic-ohci";
H A Dat91sam9260-smartweb.dts107 usb0: ohci@00500000 {
H A Dat91sam9g20-taurus.dts116 usb0: ohci@00500000 {
H A Dat91sam9g45-corvus.dts99 usb0: ohci@00700000 {
H A Dsun50i-a64.dtsi220 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
244 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
H A Dusb_a9263.dts112 usb0: ohci@00a00000 {
H A Dat91sam9x5ek.dtsi139 usb0: ohci@00600000 {
H A Dsun8i-a83t.dtsi243 compatible = "allwinner,sun8i-a83t-ohci", "generic-ohci";
H A Dsama5d2.dtsi34 usb1: ohci@00400000 {
35 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
H A Dat91sam9g20ek_common.dtsi173 usb0: ohci@00500000 {
H A Dsun6i-a31.dtsi600 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
622 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
633 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
H A Dat91sam9263ek.dts177 usb0: ohci@00a00000 {
H A Dat91sam9261ek.dts35 usb0: ohci@00500000 {
H A Dat91-sama5d2_xplained.dts15 usb1: ohci@00400000 {

123