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

  /src/sys/dev/usb/
xhci.c 4661 const unsigned tdpc = howmany(len, mps); local in function:xhci_device_isoc_enter
4662 const unsigned tbc = howmany(tdpc, maxb) - 1;
4663 const unsigned tlbpc1 = tdpc % maxb;

Completed in 14 milliseconds