Home
last modified time | relevance | path

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

/src/sys/dev/usb/controller/
H A Dxhci.c2236 uint8_t tdpc; in xhci_setup_generic_chain() local
2251 tdpc = howmany(temp.len, xfer->max_packet_size); in xhci_setup_generic_chain()
2253 temp.tbc = howmany(tdpc, mult) - 1; in xhci_setup_generic_chain()
2254 temp.tlbpc = (tdpc % mult); in xhci_setup_generic_chain()