Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dehcireg.h347 #define EHCI_QTD_SIZE (roundup(sizeof(ehci_qtd_t), EHCI_QTD_ALLOC_ALIGN)) macro
348 #define EHCI_QTD_CHUNK (EHCI_PAGE_SIZE / EHCI_QTD_SIZE)
Dehci.c2987 EHCI_QTD_SIZE * EHCI_QTD_CHUNK, in ehci_alloc_sqtd()
3000 const int offs = i * EHCI_QTD_SIZE; in ehci_alloc_sqtd()