HomeSort by: relevance | last modified time | path
    Searched defs:lsqh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhci.c 437 uhci_soft_qh_t *clsqh, *chsqh, *bsqh, *sqh, *lsqh; local in function:uhci_init
488 lsqh = uhci_alloc_sqh(sc);
489 if (lsqh == NULL)
491 lsqh->hlink = NULL;
492 lsqh->qh.qh_hlink = htole32(UHCI_PTR_T); /* end of QH chain */
493 lsqh->elink = std;
494 lsqh->qh.qh_elink = htole32(std->physaddr | UHCI_PTR_TD);
495 sc->sc_last_qh = lsqh;
496 usb_syncmem(&lsqh->dma, lsqh->offs, sizeof(lsqh->qh)
    [all...]

Completed in 12 milliseconds