clsqh             374 dev/usb/uhci.c 	uhci_soft_qh_t *clsqh, *chsqh, *bsqh, *sqh, *lsqh;
clsqh             451 dev/usb/uhci.c 	clsqh = uhci_alloc_sqh(sc);
clsqh             452 dev/usb/uhci.c 	if (clsqh == NULL)
clsqh             454 dev/usb/uhci.c 	clsqh->hlink = bsqh;
clsqh             455 dev/usb/uhci.c 	clsqh->qh.qh_hlink = htole32(chsqh->physaddr | UHCI_PTR_QH);
clsqh             456 dev/usb/uhci.c 	clsqh->elink = NULL;
clsqh             457 dev/usb/uhci.c 	clsqh->qh.qh_elink = htole32(UHCI_PTR_T);
clsqh             458 dev/usb/uhci.c 	sc->sc_lctl_start = sc->sc_lctl_end = clsqh;
clsqh             475 dev/usb/uhci.c 		sqh->hlink = clsqh;
clsqh             476 dev/usb/uhci.c 		sqh->qh.qh_hlink = htole32(clsqh->physaddr | UHCI_PTR_QH);