Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h669 #define CTX_TO_MAX_ESIT_PAYLOAD(p) (((p) >> 16) & 0xffff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c297 CTX_TO_MAX_ESIT_PAYLOAD(le32_to_cpu(ep_ctx->tx_info)); in setup_sch_info()
H A Dxhci.h779 #define CTX_TO_MAX_ESIT_PAYLOAD(p) (((p) >> 16) & 0xffff) macro
2813 CTX_TO_MAX_ESIT_PAYLOAD(tx_info); in xhci_decode_ep_context()
H A Dxhci-mem.c1682 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD( in xhci_update_bw_info()