Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c497 struct xhci_input_control_ctx *ctrl_ctx; in xhci_set_configuration() local
525 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
527 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_set_configuration()
528 ctrl_ctx->drop_flags = 0; in xhci_set_configuration()
533 ctrl_ctx->add_flags |= cpu_to_le32(1 << (ep_flag + 1)); in xhci_set_configuration()
633 struct xhci_input_control_ctx *ctrl_ctx; in xhci_address_device() local
647 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
648 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device()
649 ctrl_ctx->drop_flags = 0; in xhci_address_device()
651 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()
[all …]