Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h974 TRB_NEC_CMD_COMP = 48, /* 48 */ enumerator
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1434 #define TRB_NEC_CMD_COMP 48 macro
1503 case TRB_NEC_CMD_COMP: in xhci_trb_type_string()
H A Dxhci-ring.c1843 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()