Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.h528 #define LAST_CTX(p) ((p) << 27) macro
Dxhci-mem.c740 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_setup_addressable_virt_dev()
Dxhci.c540 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(max_ep_flag + 1) | 0); in xhci_set_configuration()