Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c566 uint_t trb_len, uint_t *tbc, uint_t *tlbpc) in xhci_transfer_calculate_isoc() argument
588 *tlbpc = burst; in xhci_transfer_calculate_isoc()
590 *tlbpc = (tdpc % (burst + 1)) - 1; in xhci_transfer_calculate_isoc()
H A Dxhci_usba.c970 uint_t tbc, tlbpc; in xhci_hcdi_isoc_transfer_fill() local
1001 xhci_transfer_calculate_isoc(xd, xep, len, &tbc, &tlbpc); in xhci_hcdi_isoc_transfer_fill()
1003 flags |= XHCI_TRB_SET_TLBPC(tlbpc); in xhci_hcdi_isoc_transfer_fill()