Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h44 #define OHCI_TD_ALIGN 16 macro
53 (USB_PAGE_SIZE < OHCI_TD_ALIGN) || (OHCI_TD_ALIGN == 0) || \
141 } __aligned(OHCI_TD_ALIGN);
H A Dohci.c2419 OHCI_TD_ALIGN, ntd)) { in ohci_xfer_setup()