OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UHCI_PTR_T
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhci.c
416
if (le32toh(pqh->qh.qh_hlink) &
UHCI_PTR_T
) {
480
std->td.td_link = htole32(
UHCI_PTR_T
);
492
lsqh->qh.qh_hlink = htole32(
UHCI_PTR_T
); /* end of QH chain */
506
bsqh->qh.qh_elink = htole32(
UHCI_PTR_T
);
518
chsqh->qh.qh_elink = htole32(
UHCI_PTR_T
);
530
clsqh->qh.qh_elink = htole32(
UHCI_PTR_T
);
555
sqh->qh.qh_elink = htole32(
UHCI_PTR_T
);
900
if (sqh->hlink != NULL && !(le32toh(sqh->qh.qh_hlink) &
UHCI_PTR_T
))
906
if (sqh->elink != NULL && !(le32toh(sqh->qh.qh_elink) &
UHCI_PTR_T
))
930
stop = (le32toh(td->td.td_link) &
UHCI_PTR_T
||
[
all
...]
uhcireg.h
123
#define
UHCI_PTR_T
__BIT(0)
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025