Home
last modified time | relevance | path

Searched refs:TRB_TX_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h880 #define TRB_TX_TYPE(p) ((p) << 16) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1085 #define TRB_TX_TYPE(p) ((p) << 16) macro
H A Dxhci-ring.c3925 field |= TRB_TX_TYPE(TRB_DATA_IN); in xhci_queue_ctrl_tx()
3927 field |= TRB_TX_TYPE(TRB_DATA_OUT); in xhci_queue_ctrl_tx()