Searched refs:OHCI_ED_ALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h44 #define OHCI_ED_ALIGN 16 macro
53 #if ((USB_PAGE_SIZE < OHCI_ED_ALIGN) || (OHCI_ED_ALIGN == 0) || \
107 } __aligned(OHCI_ED_ALIGN);
H A Dohci.c157 sizeof(ohci_ed_t), OHCI_ED_ALIGN);
160 sizeof(ohci_ed_t), OHCI_ED_ALIGN);
163 sizeof(ohci_ed_t), OHCI_ED_ALIGN);
167 sizeof(ohci_ed_t), OHCI_ED_ALIGN);
2515 OHCI_ED_ALIGN, nqh)) {

Completed in 55 milliseconds