Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h617 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
/openbmc/linux/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.h483 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2543 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()