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

  /src/sys/dev/usb/
ehcireg.h 401 #define EHCI_QH_SIZE (roundup(sizeof(ehci_qh_t), EHCI_QH_ALLOC_ALIGN))
402 #define EHCI_QH_CHUNK (EHCI_PAGE_SIZE / EHCI_QH_SIZE)
ehci.c 2922 EHCI_QH_SIZE * EHCI_QH_CHUNK,
2935 const int offs = i * EHCI_QH_SIZE;

Completed in 16 milliseconds