Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-debug.h555 lsa = !!(info & EP_HAS_LSA); in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.h682 #define EP_HAS_LSA BIT(15) macro
H A Dcdnsp-gadget.c776 | EP_HAS_LSA); in cdnsp_setup_streams_ep_input_ctx()
/linux-6.15/drivers/usb/host/
H A Dxhci.h470 #define EP_HAS_LSA (1 << 15) macro
2544 lsa = !!(info & EP_HAS_LSA); in xhci_decode_ep_context()
H A Dxhci-mem.c711 | EP_HAS_LSA); in xhci_setup_streams_ep_input_ctx()
724 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx()