Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.h822 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
Dxhci-ring.c282 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command()