Symbol: UHCI_PTR_T
sys/dev/usb/uhci.c
1119
sc->sc_last_qh->qh.qh_hlink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
1189
if (!(elink & UHCI_PTR_T)) {
sys/dev/usb/uhci.c
1190
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
1254
if (!(elink & UHCI_PTR_T)) {
sys/dev/usb/uhci.c
1255
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
1317
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
1318
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
1959
if ((td_link & UHCI_PTR_T) == 0) {
sys/dev/usb/uhci.c
1960
p->td.td_link = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
2126
std->td.td_link = htole32(UHCI_PTR_T | UHCI_PTR_VF | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2157
std->td.td_link = htole32(UHCI_PTR_T | UHCI_PTR_VF | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2542
stat->td.td_link = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
3188
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
3296
if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
sys/dev/usb/uhci.c
3297
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
3360
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
416
if (le32toh(pqh->qh.qh_hlink) & UHCI_PTR_T) {
sys/dev/usb/uhci.c
480
std->td.td_link = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
492
lsqh->qh.qh_hlink = htole32(UHCI_PTR_T); /* end of QH chain */
sys/dev/usb/uhci.c
506
bsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
518
chsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
530
clsqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
555
sqh->qh.qh_elink = htole32(UHCI_PTR_T);
sys/dev/usb/uhci.c
900
if (sqh->hlink != NULL && !(le32toh(sqh->qh.qh_hlink) & UHCI_PTR_T))
sys/dev/usb/uhci.c
906
if (sqh->elink != NULL && !(le32toh(sqh->qh.qh_elink) & UHCI_PTR_T))
sys/dev/usb/uhci.c
930
stop = (le32toh(td->td.td_link) & UHCI_PTR_T ||