Home
last modified time | relevance | path

Searched refs:bsqh (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhci.c346 struct uhci_soft_qh *clsqh, *chsqh, *bsqh, *sqh, *lsqh; in uhci_init() local
414 bsqh = uhci_alloc_sqh(sc); in uhci_init()
415 if (bsqh == NULL) in uhci_init()
417 bsqh->hlink = lsqh; in uhci_init()
418 bsqh->qh.qh_hlink = htole32(lsqh->physaddr | UHCI_PTR_QH); in uhci_init()
419 bsqh->elink = NULL; in uhci_init()
420 bsqh->qh.qh_elink = htole32(UHCI_PTR_T); in uhci_init()
421 sc->sc_bulk_start = sc->sc_bulk_end = bsqh; in uhci_init()
427 chsqh->hlink = bsqh; in uhci_init()
428 chsqh->qh.qh_hlink = htole32(bsqh->physaddr | UHCI_PTR_QH); in uhci_init()