Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-ring.c1971 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
2037 TRB_TD_SIZE(remainder) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2242 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
Dcdnsp-gadget.h993 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/Linux-v6.1/drivers/usb/host/
Dxhci-ring.c3628 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3774 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4097 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
Dxhci.h1297 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro