Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mtk-sch.c226 CTX_TO_MAX_ESIT_PAYLOAD(le32_to_cpu(ep_ctx->tx_info)); in setup_sch_info()
Dxhci.h772 #define CTX_TO_MAX_ESIT_PAYLOAD(p) (((p) >> 16) & 0xffff) macro
2645 CTX_TO_MAX_ESIT_PAYLOAD(tx_info); in xhci_decode_ep_context()
Dxhci-mem.c1591 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD( in xhci_update_bw_info()