Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h529 #define LAST_CTX(p) ((p) << 27) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c744 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_setup_addressable_virt_dev()
H A Dxhci.c544 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(max_ep_flag + 1) | 0); in xhci_set_configuration()