Home
last modified time | relevance | path

Searched refs:UHCI_QH_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Duhci.h43 #define UHCI_QH_ALIGN 16 macro
46 (USB_PAGE_SIZE < UHCI_QH_ALIGN) || (UHCI_QH_ALIGN == 0))
153 } __aligned(UHCI_QH_ALIGN);
H A Duhci.c175 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
178 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
181 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
184 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
198 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
2930 UHCI_QH_ALIGN, nqh)) { in uhci_xfer_setup()