Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3698 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3844 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4167 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
H A Dxhci.h1303 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro