OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_HASH_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
85
#define
OHCI_HASH_SIZE
128
109
LIST_HEAD(, ohci_soft_td) sc_hash_tds[
OHCI_HASH_SIZE
];
110
LIST_HEAD(, ohci_soft_itd) sc_hash_itds[
OHCI_HASH_SIZE
];
ohci.c
826
for (i = 0; i <
OHCI_HASH_SIZE
; i++)
828
for (i = 0; i <
OHCI_HASH_SIZE
; i++)
1893
#define HASH(a) (((a) >> 4) %
OHCI_HASH_SIZE
)
Completed in 119 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025