Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.c1306 unsigned int last_ctx; in xhci_drop_endpoint() local
1347 last_ctx = xhci_last_valid_endpoint(ctrl_ctx->add_flags); in xhci_drop_endpoint()
1350 if ((slot_ctx->dev_info & LAST_CTX_MASK) > LAST_CTX(last_ctx)) { in xhci_drop_endpoint()
1352 slot_ctx->dev_info |= LAST_CTX(last_ctx); in xhci_drop_endpoint()
1390 unsigned int last_ctx; in xhci_add_endpoint() local
1403 last_ctx = xhci_last_valid_endpoint(added_ctxs); in xhci_add_endpoint()
1453 if ((slot_ctx->dev_info & LAST_CTX_MASK) < LAST_CTX(last_ctx)) { in xhci_add_endpoint()
1455 slot_ctx->dev_info |= LAST_CTX(last_ctx); in xhci_add_endpoint()