Searched refs:slot_ctx (Results 1 – 2 of 2) sorted by relevance
724 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev() local741 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->in_ctx); in xhci_setup_addressable_virt_dev()744 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_setup_addressable_virt_dev()769 slot_ctx->dev_info |= route; in xhci_setup_addressable_virt_dev()773 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS); in xhci_setup_addressable_virt_dev()776 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS); in xhci_setup_addressable_virt_dev()779 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS); in xhci_setup_addressable_virt_dev()782 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS); in xhci_setup_addressable_virt_dev()806 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()807 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev()[all …]
498 struct xhci_slot_ctx *slot_ctx; in xhci_set_configuration() local542 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()543 slot_ctx->dev_info &= ~(cpu_to_le32(LAST_CTX_MASK)); in xhci_set_configuration()544 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(max_ep_flag + 1) | 0); in xhci_set_configuration()632 struct xhci_slot_ctx *slot_ctx; in xhci_address_device() local696 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()699 le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK); in xhci_address_device()1424 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device() local1449 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_update_hub_device()1452 slot_ctx->dev_info |= cpu_to_le32(DEV_HUB); in xhci_update_hub_device()[all …]