Home
last modified time | relevance | path

Searched refs:MAX_ESIT_PAYLOAD_FOR_EP (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dxhci.h760 #define MAX_ESIT_PAYLOAD_FOR_EP(p) (((p) & 0xffff) << 16) macro
Dxhci-mem.c1538 ep_ctx->tx_info = cpu_to_le32(MAX_ESIT_PAYLOAD_FOR_EP(max_esit_payload)); in xhci_endpoint_init()