Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h554 interval = CTX_TO_EP_INTERVAL(info); in cdnsp_decode_ep_context()
/linux/drivers/usb/host/
H A Dxhci.h465 #define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff) macro
2589 interval = CTX_TO_EP_INTERVAL(info); in xhci_decode_ep_context()
H A Dxhci-mtk-sch.c157 esit = 1 << CTX_TO_EP_INTERVAL(le32_to_cpu(ep_ctx->ep_info)); in get_esit()