HomeSort by: relevance | last modified time | path
    Searched refs:UHCI_TD_ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uhcivar.h 110 * Make the size such that it is a multiple of UHCI_TD_ALIGN. This way
115 #define UHCI_STD_SIZE (roundup(sizeof(struct uhci_soft_td), UHCI_TD_ALIGN))
uhcireg.h 119 #define UHCI_TD_ALIGN 16
uhci.c 1837 UHCI_TD_ALIGN, USBMALLOC_COHERENT, &dma);

Completed in 31 milliseconds