Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1306 #define TRB_TD_SIZE_TBC(p) (min((p), (u32)31) << 17) macro
H A Dxhci-ring.c4165 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()