Symbol: UHCI_PTR_T
sys/dev/usb/uhci.c
1557
lastlink = UHCI_PTR_T;
sys/dev/usb/uhci.c
2016
stat->td.td_link = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
2420
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
2544
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
2545
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
2604
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
324
if (letoh32(pqh->qh.qh_hlink) & UHCI_PTR_T) {
sys/dev/usb/uhci.c
398
std->td.td_link = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
408
lsqh->qh.qh_hlink = htole32(UHCI_PTR_T); /* end of QH chain */
sys/dev/usb/uhci.c
420
bsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
430
chsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
440
clsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
461
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
700
if (sqh->hlink != NULL && !(letoh32(sqh->qh.qh_hlink) & UHCI_PTR_T))
sys/dev/usb/uhci.c
705
if (sqh->elink != NULL && !(letoh32(sqh->qh.qh_elink) & UHCI_PTR_T))
sys/dev/usb/uhci.c
724
if (letoh32(td->td.td_link) & UHCI_PTR_T ||
sys/dev/usb/uhci.c
863
sc->sc_last_qh->qh.qh_hlink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
907
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
908
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
947
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
948
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
988
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
989
sqh->qh.qh_elink = htole32(UHCI_PTR_T);