Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c96 uint8_t tlbpc; member
1840 XHCI_TRB_3_TLBPC_SET(temp->tlbpc); in xhci_setup_generic_chain_sub()
1990 temp.tlbpc = 0; in xhci_setup_generic_chain()
2153 temp.tlbpc = mult - 1; in xhci_setup_generic_chain()
2176 temp.tlbpc = (tdpc % mult); in xhci_setup_generic_chain()
2178 if (temp.tlbpc == 0) in xhci_setup_generic_chain()
2179 temp.tlbpc = mult - 1; in xhci_setup_generic_chain()
2181 temp.tlbpc--; in xhci_setup_generic_chain()