Home
last modified time | relevance | path

Searched refs:TRB_TD_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c1762 * This is taken care of in the TRB_TD_SIZE() macro
1976 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
2053 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2280 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_isoc_tx()
2286 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
H A Dcdnsp-gadget.h993 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c3340 * This is taken care of in the TRB_TD_SIZE() macro
3557 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3703 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4026 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
H A Dxhci.h1300 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c3490 * This is taken care of in the TRB_TD_SIZE() macro
3707 TRB_TD_SIZE(remainder) | in xhci_queue_bulk_tx()
3853 TRB_TD_SIZE(remainder) | in xhci_queue_ctrl_tx()
4176 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
H A Dxhci.h1301 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro

Completed in 29 milliseconds