Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dohcireg.h228 #define OHCI_TD_SIZE (roundup(sizeof(ohci_td_t), OHCI_TD_ALLOC_ALIGN)) macro
229 #define OHCI_TD_CHUNK (PAGE_SIZE / OHCI_TD_SIZE)
Dohci.c483 OHCI_TD_SIZE * OHCI_TD_CHUNK, in ohci_alloc_std()
490 offs = i * OHCI_TD_SIZE; in ohci_alloc_std()