Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h854 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1010 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
H A Dcdnsp-ring.c2290 TRB_SIA | TRB_TBC(burst_count); in cdnsp_queue_isoc_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1057 #define TRB_TBC(p) (((p) & 0x3) << 7) macro
H A Dxhci-ring.c4242 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx()