Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h555 mult = CTX_TO_EP_MULT(info) + 1; in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.h675 #define CTX_TO_EP_MULT(p) (((p) & GENMASK(9, 8)) >> 8) macro
/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c306 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()