Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ring.c1995 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
2083 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2297 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_isoc_tx()
2303 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
Dcdnsp-gadget.h996 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c3663 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3806 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4127 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
Dxhci.h1019 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro