Lines Matching refs:slot_ctx
871 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev() local
885 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
891 slot_ctx->dev_info |= LAST_CTX(1); in xhci_setup_addressable_virt_dev()
893 slot_ctx->dev_info |= (u32) udev->route; in xhci_setup_addressable_virt_dev()
896 slot_ctx->dev_info |= (u32) SLOT_SPEED_SS; in xhci_setup_addressable_virt_dev()
899 slot_ctx->dev_info |= (u32) SLOT_SPEED_HS; in xhci_setup_addressable_virt_dev()
902 slot_ctx->dev_info |= (u32) SLOT_SPEED_FS; in xhci_setup_addressable_virt_dev()
905 slot_ctx->dev_info |= (u32) SLOT_SPEED_LS; in xhci_setup_addressable_virt_dev()
919 slot_ctx->dev_info2 |= (u32) ROOT_HUB_PORT(port_num); in xhci_setup_addressable_virt_dev()
930 slot_ctx->tt_info = udev->tt->hub->slot_id; in xhci_setup_addressable_virt_dev()
931 slot_ctx->tt_info |= udev->ttport << 8; in xhci_setup_addressable_virt_dev()
933 slot_ctx->dev_info |= DEV_MTT; in xhci_setup_addressable_virt_dev()