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

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

Completed in 46 milliseconds