Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h1002 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
Dcdnsp-ring.c2305 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
/linux-6.12.1/drivers/usb/host/
Dxhci.h1022 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
Dxhci-ring.c4125 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()