Home
last modified time | relevance | path

Searched refs:tdpc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhci.c2150 uint8_t mult, tdpc, tbc, tlbpc, shift, ist, y; in xhci_setup_isoc() local
2225 tdpc = howmany(len, xfer->max_packet_size); in xhci_setup_isoc()
2226 tbc = howmany(tdpc, mult) - 1; in xhci_setup_isoc()
2227 tlbpc = tdpc % mult; in xhci_setup_isoc()