Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.h44 #define OHCI_ITD_ALIGN 32 macro
53 (USB_PAGE_SIZE < OHCI_ITD_ALIGN) || (OHCI_ITD_ALIGN == 0) || \
172 } __aligned(OHCI_ITD_ALIGN);
H A Dohci.c2481 OHCI_ITD_ALIGN, nitd)) { in ohci_xfer_setup()