OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_HEADMASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcireg.h
184
#define
OHCI_HEADMASK
__BITS(31,2)
ohci.c
2221
if ((O32TOH(sed->ed->ed_tailp) &
OHCI_HEADMASK
) !=
2222
(O32TOH(sed->ed->ed_headp) &
OHCI_HEADMASK
)) {
2237
if ((O32TOH(sed->ed->ed_tailp) &
OHCI_HEADMASK
) !=
2238
(O32TOH(sed->ed->ed_headp) &
OHCI_HEADMASK
))
2369
headp = O32TOH(sed->ed->ed_headp) &
OHCI_HEADMASK
;
3384
if ((O32TOH(sed->ed->ed_tailp) &
OHCI_HEADMASK
) !=
3385
(O32TOH(sed->ed->ed_headp) &
OHCI_HEADMASK
))
Completed in 44 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025