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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.h65 #define EHCI_QH_ALIGN 128 macro
73 (USB_PAGE_SIZE < EHCI_QH_ALIGN) || (EHCI_QH_ALIGN == 0) || \
274 } __aligned(EHCI_QH_ALIGN);
H A Dehci.c157 sizeof(struct ehci_qh_sub), EHCI_QH_ALIGN);
160 sizeof(ehci_qh_t), EHCI_QH_ALIGN);
165 sizeof(ehci_qh_t), EHCI_QH_ALIGN);
3714 EHCI_QH_ALIGN, nqh)) {

Completed in 59 milliseconds