Searched refs:ohci_hcca (Results 1 – 2 of 2) sorted by relevance
139 struct ohci_hcca { struct374 struct ohci_hcca *hcca; /* hcca */
116 struct ohci_hcca ghcca[1];1992 memset(gohci.hcca, 0, sizeof(struct ohci_hcca)); in usb_lowlevel_init()2112 ohci->hcca = memalign(256, sizeof(struct ohci_hcca)); in ohci_register()2115 memset(ohci->hcca, 0, sizeof(struct ohci_hcca)); in ohci_register()
Completed in 13 milliseconds