Home
last modified time | relevance | path

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

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