Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1010 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
H A Dcdnsp-ring.c2277 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx()
/linux/drivers/usb/host/
H A Dxhci.h1063 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
H A Dxhci-ring.c4135 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()