Home
last modified time | relevance | path

Searched defs:ohci_device (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h373 struct ohci_device { struct
374 ed_t ed[NUM_EDS];
375 int ed_cnt;
/external/u-boot/drivers/usb/host/
Dohci.h368 typedef struct ohci_device { struct
385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT); argument