Home | History | Annotate | Download | only in usb

Lines Matching defs:bsqh

437 	uhci_soft_qh_t *clsqh, *chsqh, *bsqh, *sqh, *lsqh;
500 bsqh = uhci_alloc_sqh(sc);
501 if (bsqh == NULL)
503 bsqh->hlink = lsqh;
504 bsqh->qh.qh_hlink = htole32(lsqh->physaddr | UHCI_PTR_QH);
505 bsqh->elink = NULL;
506 bsqh->qh.qh_elink = htole32(UHCI_PTR_T);
507 sc->sc_bulk_start = sc->sc_bulk_end = bsqh;
508 usb_syncmem(&bsqh->dma, bsqh->offs, sizeof(bsqh->qh),
515 chsqh->hlink = bsqh;
516 chsqh->qh.qh_hlink = htole32(bsqh->physaddr | UHCI_PTR_QH);