Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h529 #define LAST_CTX(p) ((p) << 27) macro
/OK3568_Linux_fs/u-boot/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.c541 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(max_ep_flag + 1) | 0); in xhci_set_configuration()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h645 #define LAST_CTX(p) ((p) << 27) macro
H A Dxhci.c1984 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_zero_in_ctx()
2956 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i)); in xhci_check_bandwidth()
H A Dxhci-mem.c1189 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1) | udev->route); in xhci_setup_addressable_virt_dev()