Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2179 uint8_t tdpc; in xhci_setup_generic_chain() local
2194 tdpc = (temp.len + xfer->max_packet_size - 1) / in xhci_setup_generic_chain()
2197 temp.tbc = ((tdpc + mult - 1) / mult) - 1; in xhci_setup_generic_chain()
2198 temp.tlbpc = (tdpc % mult); in xhci_setup_generic_chain()