Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h999 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
Dcdnsp-ring.c2266 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
/linux-6.1.9/drivers/usb/host/
Dxhci.h1301 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
Dxhci-ring.c4104 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()