Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h554 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
/linux/drivers/usb/host/
H A Dxhci.h456 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2534 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
H A Dxhci-mtk-sch.c307 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
H A Dxhci-mem.c1552 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()