Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c3765 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3911 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4234 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
Dxhci.h1303 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro