Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c971 u32 added_ctxs; in cdnsp_gadget_ep_enable() local
988 added_ctxs = cdnsp_get_endpoint_flag(desc); in cdnsp_gadget_ep_enable()
989 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in cdnsp_gadget_ep_enable()
1019 ctrl_ctx->add_flags = cpu_to_le32(added_ctxs); in cdnsp_gadget_ep_enable()
/linux/drivers/usb/host/
H A Dxhci.c1494 unsigned int xhci_last_valid_endpoint(u32 added_ctxs) in xhci_last_valid_endpoint() argument
1496 return fls(added_ctxs) - 1; in xhci_last_valid_endpoint()
1993 u32 added_ctxs; in xhci_add_endpoint() local
2008 added_ctxs = xhci_get_endpoint_flag(&ep->desc); in xhci_add_endpoint()
2009 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
2015 __func__, added_ctxs); in xhci_add_endpoint()
2033 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
2043 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) { in xhci_add_endpoint()
2060 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint()
H A Dxhci.h1800 unsigned int xhci_last_valid_endpoint(u32 added_ctxs);