sc_vframes        479 dev/usb/uhci.c 		sc->sc_vframes[i].htd = std;
sc_vframes        480 dev/usb/uhci.c 		sc->sc_vframes[i].etd = std;
sc_vframes        481 dev/usb/uhci.c 		sc->sc_vframes[i].hqh = sqh;
sc_vframes        482 dev/usb/uhci.c 		sc->sc_vframes[i].eqh = sqh;
sc_vframes       2254 dev/usb/uhci.c 		for (std = sc->sc_vframes[0].htd, link = 0;
sc_vframes       2501 dev/usb/uhci.c 		for (vstd = sc->sc_vframes[i].htd;
sc_vframes       2555 dev/usb/uhci.c 		vstd = sc->sc_vframes[i].htd;
sc_vframes       2727 dev/usb/uhci.c 	struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos];
sc_vframes       2745 dev/usb/uhci.c 	struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos];
sc_vframes       2794 dev/usb/uhci.c 			bw += sc->sc_vframes[MOD(i * ival + offs)].bandwidth;
sc_vframes        143 dev/usb/uhcivar.h 	struct uhci_vframe sc_vframes[UHCI_VFRAMELIST_COUNT];