Lines Matching defs:index
2417 /* get the current frame index */
2422 * check if the frame index is within the window where the frames
2726 /* get the current frame index */
2731 * check if the frame index is within the window where the frames
3000 ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index)
3004 v = EOREAD4(sc, EHCI_PORTSC(index));
3015 ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index)
3019 v = EOREAD4(sc, EHCI_HOSTC(index));
3041 uint16_t index;
3051 index = UGETW(req->wIndex);
3056 UGETW(req->wLength), value, index);
3178 if ((index < 1) ||
3179 (index > sc->sc_noport)) {
3183 port = EHCI_PORTSC(index);
3211 "%d\n", index);
3215 "%d\n", index);
3270 index);
3271 if ((index < 1) ||
3272 (index > sc->sc_noport)) {
3276 v = EOREAD4(sc, EHCI_PORTSC(index));
3280 i = sc->sc_vendor_get_port_speed(sc, index);
3323 if ((index < 1) ||
3324 (index > sc->sc_noport)) {
3328 port = EHCI_PORTSC(index);
3338 DPRINTFN(6, "reset port %d\n", index);
3379 index, v);
3383 DPRINTFN(3, "set port power %d\n", index);
3388 DPRINTFN(3, "set port test %d\n", index);
3392 DPRINTFN(3, "set port ind %d\n", index);