Searched refs:sc_vframes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcivar.h157 struct uhci_vframe sc_vframes[UHCI_VFRAMELIST_COUNT]; member in struct:uhci_softc
H A Duhci.c558 sc->sc_vframes[i].htd = std;
559 sc->sc_vframes[i].etd = std;
560 sc->sc_vframes[i].hqh = sqh;
561 sc->sc_vframes[i].eqh = sqh;
2586 for (std = sc->sc_vframes[0].htd, link = 0;
3031 for (vstd = sc->sc_vframes[i].htd;
3097 vstd = sc->sc_vframes[i].htd;
3264 struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos];
3289 struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos];
3354 bw += sc->sc_vframes[MO
[all...]

Completed in 138 milliseconds