Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c3225 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3358 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
3664 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
Dxhci.h1270 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro