OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_TD_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcireg.h
225
/* #define
OHCI_TD_SIZE
16 */
228
#define
OHCI_TD_SIZE
(roundup(sizeof(ohci_td_t), OHCI_TD_ALLOC_ALIGN))
229
#define OHCI_TD_CHUNK (PAGE_SIZE /
OHCI_TD_SIZE
)
ohci.c
483
OHCI_TD_SIZE
* OHCI_TD_CHUNK,
490
offs = i *
OHCI_TD_SIZE
;
Completed in 20 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026