Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h882 #define TRB_DATA_OUT 2 macro
H A Dxhci-ring.c835 field |= (TRB_DATA_OUT << TRB_TX_TYPE_SHIFT); in xhci_ctrl_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1086 #define TRB_DATA_OUT 2 macro
H A Dxhci-ring.c3927 field |= TRB_TX_TYPE(TRB_DATA_OUT); in xhci_queue_ctrl_tx()