Home
last modified time | relevance | path

Searched refs:CTX_TO_EP_MULT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h557 mult = CTX_TO_EP_MULT(info) + 1; in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.h668 #define CTX_TO_EP_MULT(p) (((p) & GENMASK(9, 8)) >> 8) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c286 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
H A Dxhci.h738 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2789 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
H A Dxhci-mem.c1563 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c249 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
H A Dxhci.h735 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2757 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
H A Dxhci-mem.c1612 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()

Completed in 23 milliseconds