Searched defs:slot_ctx (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dxhci-dbg.c438 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); local
440 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) {
460 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); local
462 ((unsigned long)slot_ctx - (unsigned long)ctx->bytes);
467 &slot_ctx->dev_info,
468 (unsigned long long)dma, slot_ctx->dev_info);
471 &slot_ctx->dev_info2,
472 (unsigned long long)dma, slot_ctx->dev_info2);
475 &slot_ctx->tt_info,
476 (unsigned long long)dma, slot_ctx
547 struct xhci_slot_ctx *slot_ctx; local
[all...]
H A Dxhci-mem.c1065 struct xhci_slot_ctx *slot_ctx; local
1077 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx);
1080 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1) | udev->route);
1083 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS);
1086 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS);
1089 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS);
1092 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS);
1106 slot_ctx->dev_info2 |= cpu_to_le32(ROOT_HUB_PORT(port_num));
1148 slot_ctx->tt_info = cpu_to_le32(udev->tt->hub->slot_id |
1151 slot_ctx
[all...]
H A Dxhci-ring.c940 struct xhci_slot_ctx *slot_ctx; local
958 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx);
974 slot_state = le32_to_cpu(slot_ctx->dev_state);
H A Dxhci.c1414 struct xhci_slot_ctx *slot_ctx; local
1461 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx);
1463 if ((le32_to_cpu(slot_ctx->dev_info) & LAST_CTX_MASK) >
1465 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
1466 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(last_ctx));
1468 new_slot_info = le32_to_cpu(slot_ctx->dev_info);
1501 struct xhci_slot_ctx *slot_ctx; local
1582 slot_ctx = xhci_get_slot_ctx(xhci, in_ctx);
1584 if ((le32_to_cpu(slot_ctx->dev_info) & LAST_CTX_MASK) <
1586 slot_ctx
1607 struct xhci_slot_ctx *slot_ctx; local
2512 struct xhci_slot_ctx *slot_ctx; local
3170 struct xhci_slot_ctx *slot_ctx; local
3497 struct xhci_slot_ctx *slot_ctx; local
3884 struct xhci_slot_ctx *slot_ctx; local
[all...]

Completed in 592 milliseconds