Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mtk-sch.c293 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
Dxhci.h736 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2820 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
Dxhci-mem.c1675 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()