Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-debug.h557 mult = CTX_TO_EP_MULT(info) + 1; in cdnsp_decode_ep_context()
Dcdnsp-gadget.h668 #define CTX_TO_EP_MULT(p) (((p) & GENMASK(9, 8)) >> 8) macro
/linux-5.19.10/drivers/usb/host/
Dxhci-mtk-sch.c286 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
Dxhci.h735 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2775 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
Dxhci-mem.c1576 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()