Home | Sort by: relevance | last modified time | path |
/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; |