Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h68 #define EHCI_QH_ALIGN 128 macro
76 (USB_PAGE_SIZE < EHCI_QH_ALIGN) || (EHCI_QH_ALIGN == 0) || \
278 } __aligned(EHCI_QH_ALIGN);
H A Dehci.c118 sizeof(struct ehci_qh_sub), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
121 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
126 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
3653 EHCI_QH_ALIGN, nqh)) {

Completed in 5 milliseconds