HomeSort by: relevance | last modified time | path
    Searched defs:frindex (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ehci.c 1682 printf("frindex=0x%08x ctrdsegm=0x%08x periodic=0x%08x async=0x%08x\n",
1702 DPRINTF("frindex = 0x%08jx ctrdsegm = 0x%08jx periodic = 0x%08jx "
4408 int frindex; local in function:ehci_device_fs_isoc_transfer
4555 frindex = epipe->isoc.next_frame;
4557 frindex = EOREAD4(sc, EHCI_FRINDEX);
4558 frindex = frindex >> 3; /* Erase microframe index */
4559 frindex += 2;
4562 if (frindex >= sc->sc_flsize)
4563 frindex &= (sc->sc_flsize - 1)
4774 int frindex; local in function:ehci_device_isoc_transfer
    [all...]

Completed in 15 milliseconds