Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c1971 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
2048 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2264 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-6.1.9/drivers/usb/host/
Dxhci-ring.c3637 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3783 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4106 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
Dxhci.h1298 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro