Home
last modified time | relevance | path

Searched refs:TRB_ADDR_DEV (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h102 case TRB_ADDR_DEV: in cdnsp_trb_type_string()
306 case TRB_ADDR_DEV: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1094 #define TRB_ADDR_DEV 11 macro
H A Dcdnsp-ring.c2428 TRB_TYPE(TRB_ADDR_DEV) | in cdnsp_queue_address_device()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1134 #define TRB_ADDR_DEV 11 macro
1207 case TRB_ADDR_DEV: in xhci_trb_type_string()
2148 case TRB_ADDR_DEV: in xhci_decode_trb()
H A Dxhci-ring.c1845 case TRB_ADDR_DEV: in handle_cmd_completion()
4490 TRB_TYPE(TRB_ADDR_DEV) | SLOT_ID_FOR_TRB(slot_id) in xhci_queue_address_device()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h929 TRB_ADDR_DEV, /* 11 */ enumerator
H A Dxhci.c647 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()