Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1384 #define TRB_ADDR_DEV 11 macro
1457 case TRB_ADDR_DEV: in xhci_trb_type_string()
2423 case TRB_ADDR_DEV: in xhci_decode_trb()
H A Dxhci-ring.c1779 case TRB_ADDR_DEV: in handle_cmd_completion()
4373 TRB_TYPE(TRB_ADDR_DEV) | SLOT_ID_FOR_TRB(slot_id) in xhci_queue_address_device()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h930 TRB_ADDR_DEV, /* 11 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c648 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()