Searched refs:ohci_hcca (Results 1 – 4 of 4) sorted by relevance
129 struct ohci_hcca { struct350 struct ohci_hcca *hcca; /* hcca */
76 struct ohci_hcca ghcca[1];78 struct ohci_hcca *phcca;1553 memset (phcca, 0, sizeof (struct ohci_hcca)); in usb_lowlevel_init()
140 struct ohci_hcca { struct387 struct ohci_hcca *hcca; /* hcca */
138 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()