Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h559 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.h690 #define CTX_TO_EP_TYPE(p) (((p) >> 3) & 0x7) macro
/linux/drivers/usb/host/
H A Dxhci.h477 #define CTX_TO_EP_TYPE(p) (((p) >> 3) & 0x7) macro
2586 ep_type = CTX_TO_EP_TYPE(info2); in xhci_decode_ep_context()
H A Dxhci-mtk-sch.c303 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
H A Dxhci-mem.c1568 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info()
H A Dxhci-ring.c2194 int ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_halted_host_endpoint()