Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h1007 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
Dcdnsp-ring.c2218 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx()
/Linux-v6.1/drivers/usb/host/
Dxhci.h1305 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
Dxhci-ring.c4053 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()