Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h618 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c293 mult = CTX_TO_EP_MULT(le32_to_cpu(ep_ctx->ep_info)); in setup_sch_info()
H A Dxhci.h736 #define CTX_TO_EP_MULT(p) (((p) >> 8) & 0x3) macro
2818 mult = CTX_TO_EP_MULT(info) + 1; in xhci_decode_ep_context()
H A Dxhci-mem.c1675 bw_info->mult = CTX_TO_EP_MULT( in xhci_update_bw_info()