Lines Matching refs:added_ctxs
1369 unsigned int xhci_last_valid_endpoint(u32 added_ctxs) in xhci_last_valid_endpoint() argument
1371 return fls(added_ctxs) - 1; in xhci_last_valid_endpoint()
1868 u32 added_ctxs; in xhci_add_endpoint() local
1883 added_ctxs = xhci_get_endpoint_flag(&ep->desc); in xhci_add_endpoint()
1884 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
1890 __func__, added_ctxs); in xhci_add_endpoint()
1908 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1918 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) { in xhci_add_endpoint()
1944 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint()
3045 u32 added_ctxs; in xhci_setup_input_ctx_for_quirk() local
3071 added_ctxs = xhci_get_endpoint_flag_from_index(ep_index); in xhci_setup_input_ctx_for_quirk()
3074 added_ctxs, added_ctxs); in xhci_setup_input_ctx_for_quirk()