Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h1273 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
Dxhci-ring.c3662 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()