Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-mtk-sch.c77 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()
Dxhci.h735 #define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff) macro
2725 interval = CTX_TO_EP_INTERVAL(info); in xhci_decode_ep_context()
Dxhci-mem.c1593 bw_info->ep_interval = CTX_TO_EP_INTERVAL( in xhci_update_bw_info()