Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2157 uint8_t tdpc; in xhci_setup_generic_chain() local
2172 tdpc = (temp.len + xfer->max_packet_size - 1) / in xhci_setup_generic_chain()
2175 temp.tbc = ((tdpc + mult - 1) / mult) - 1; in xhci_setup_generic_chain()
2176 temp.tlbpc = (tdpc % mult); in xhci_setup_generic_chain()