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