OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UHCI_VFRAMELIST_COUNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhcivar.h
40
* a virtual frame list. Every
UHCI_VFRAMELIST_COUNT
entries in the real
50
*
UHCI_VFRAMELIST_COUNT
should be a power of 2 and <= UHCI_FRAMELIST_COUNT.
52
#define
UHCI_VFRAMELIST_COUNT
128
157
struct uhci_vframe sc_vframes[
UHCI_VFRAMELIST_COUNT
];
uhci.c
540
for (i = 0; i <
UHCI_VFRAMELIST_COUNT
; i++) {
564
j +=
UHCI_VFRAMELIST_COUNT
)
1659
if (++n >=
UHCI_VFRAMELIST_COUNT
)
2859
if (isoc->inuse >=
UHCI_VFRAMELIST_COUNT
)
2872
next = (UREAD2(sc, UHCI_FRNUM) + 3) %
UHCI_VFRAMELIST_COUNT
;
2887
if (++next >=
UHCI_VFRAMELIST_COUNT
)
2976
if (++n >=
UHCI_VFRAMELIST_COUNT
)
3014
for (i = 0; i <
UHCI_VFRAMELIST_COUNT
; i++) {
3029
for (i = 0; i <
UHCI_VFRAMELIST_COUNT
; i++) {
3054
kmem_free(isoc->stds,
UHCI_VFRAMELIST_COUNT
* sizeof(uhci_soft_td_t *))
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025