Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h558 lsa = !!(info & EP_HAS_LSA); in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.h679 #define EP_HAS_LSA BIT(15) macro
H A Dcdnsp-gadget.c755 | EP_HAS_LSA); in cdnsp_setup_streams_ep_input_ctx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h627 #define EP_HAS_LSA (1 << 15) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h494 #define EP_HAS_LSA (1 << 15) macro
2544 lsa = !!(info & EP_HAS_LSA); in xhci_decode_ep_context()
H A Dxhci-mem.c718 | EP_HAS_LSA); in xhci_setup_streams_ep_input_ctx()
731 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx()