Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h762 #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) & 0xffff) << 16) macro
Dxhci-mem.c1508 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_endpoint_init()