Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1015 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
/linux/drivers/usb/host/
H A Dxhci-ring.c4231 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()