Home | History | Annotate | Download | only in usb

Lines Matching refs:UHCI_PTR_T

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 ||
1119 sc->sc_last_qh->qh.qh_hlink = htole32(UHCI_PTR_T);
1189 if (!(elink & UHCI_PTR_T)) {
1190 sqh->qh.qh_elink = htole32(UHCI_PTR_T);
1254 if (!(elink & UHCI_PTR_T)) {
1255 sqh->qh.qh_elink = htole32(UHCI_PTR_T);
1317 if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
1318 sqh->qh.qh_elink = htole32(UHCI_PTR_T);
1959 if ((td_link & UHCI_PTR_T) == 0) {
1960 p->td.td_link = htole32(UHCI_PTR_T);
2126 std->td.td_link = htole32(UHCI_PTR_T | UHCI_PTR_VF | UHCI_PTR_TD);
2157 std->td.td_link = htole32(UHCI_PTR_T | UHCI_PTR_VF | UHCI_PTR_TD);
2542 stat->td.td_link = htole32(UHCI_PTR_T);
3188 sqh->qh.qh_elink = htole32(UHCI_PTR_T);
3296 if (!(sqh->qh.qh_elink & htole32(UHCI_PTR_T))) {
3297 sqh->qh.qh_elink = htole32(UHCI_PTR_T);
3360 sqh->qh.qh_elink = htole32(UHCI_PTR_T);