HomeSort by: relevance | last modified time | path
    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