Searched refs:slot_ctx (Results 1 – 2 of 2) sorted by relevance
730 struct xhci_slot_ctx *slot_ctx; in xhci_setup_addressable_virt_dev() local747 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->in_ctx); in xhci_setup_addressable_virt_dev()750 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_setup_addressable_virt_dev()775 slot_ctx->dev_info |= cpu_to_le32(route); in xhci_setup_addressable_virt_dev()779 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS); in xhci_setup_addressable_virt_dev()782 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS); in xhci_setup_addressable_virt_dev()785 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS); in xhci_setup_addressable_virt_dev()788 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS); in xhci_setup_addressable_virt_dev()812 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()813 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev()[all …]
528 struct xhci_slot_ctx *slot_ctx; in xhci_set_configuration() local572 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()573 slot_ctx->dev_info &= ~(cpu_to_le32(LAST_CTX_MASK)); in xhci_set_configuration()670 struct xhci_slot_ctx *slot_ctx; in xhci_address_device() local734 le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK); in xhci_address_device()1453 struct xhci_slot_ctx *slot_ctx; in xhci_update_hub_device() local1478 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_update_hub_device()1481 slot_ctx->dev_info |= cpu_to_le32(DEV_HUB); in xhci_update_hub_device()1488 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device()1490 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()[all …]
Completed in 7 milliseconds