Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDohci.h42 #define OHCI_ED_ALIGN 16 macro
51 #if ((USB_PAGE_SIZE < OHCI_ED_ALIGN) || (OHCI_ED_ALIGN == 0) || \
105 } __aligned(OHCI_ED_ALIGN);
HDohci.c155 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
158 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
161 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
165 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
2515 OHCI_ED_ALIGN, nqh)) { in ohci_xfer_setup()