Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h624 #define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c150 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
H A Dxhci.h742 #define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff) macro
2817 interval = CTX_TO_EP_INTERVAL(info); in xhci_decode_ep_context()
H A Dxhci-mem.c1669 bw_info->ep_interval = CTX_TO_EP_INTERVAL( in xhci_update_bw_info()