Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h42 #define UHCI_TD_ALIGN 16 macro
45 #if ((USB_PAGE_SIZE < UHCI_TD_ALIGN) || (UHCI_TD_ALIGN == 0) || \
115 } __aligned(UHCI_TD_ALIGN);
H A Duhci.c187 sizeof(uhci_td_t), UHCI_TD_ALIGN); in uhci_iterate_hw_softc()
192 sizeof(uhci_td_t), UHCI_TD_ALIGN); in uhci_iterate_hw_softc()
2892 UHCI_TD_ALIGN, ntd)) { in uhci_xfer_setup()