Home
last modified time | relevance | path

Searched refs:ohci_hcca (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h129 struct ohci_hcca { struct
350 struct ohci_hcca *hcca; /* hcca */
Dau1x00_usb_ohci.c76 struct ohci_hcca ghcca[1];
78 struct ohci_hcca *phcca;
1553 memset (phcca, 0, sizeof (struct ohci_hcca)); in usb_lowlevel_init()
/external/u-boot/drivers/usb/host/
Dohci.h140 struct ohci_hcca { struct
387 struct ohci_hcca *hcca; /* hcca */
Dohci-hcd.c138 struct ohci_hcca ghcca[1];
2030 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()
2197 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register()
2200 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()