Home
last modified time | relevance | path

Searched refs:TRB_INTR_TARGET_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c693 ((0 & TRB_INTR_TARGET_MASK) << in xhci_bulk_tx()
851 trb_fields[2] = (8 | ((0 & TRB_INTR_TARGET_MASK) << in xhci_ctrl_tx()
867 ((0 & TRB_INTR_TARGET_MASK) << TRB_INTR_TARGET_SHIFT); in xhci_ctrl_tx()
901 trb_fields[2] = ((0 & TRB_INTR_TARGET_MASK) << TRB_INTR_TARGET_SHIFT); in xhci_ctrl_tx()
H A Dxhci.h851 #define TRB_INTR_TARGET_MASK (0x3ff) macro