Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c2173 uint8_t tdpc; in xhci_setup_generic_chain() local
2188 tdpc = (temp.len + xfer->max_packet_size - 1) / in xhci_setup_generic_chain()
2191 temp.tbc = ((tdpc + mult - 1) / mult) - 1; in xhci_setup_generic_chain()
2192 temp.tlbpc = (tdpc % mult); in xhci_setup_generic_chain()