Home
last modified time | relevance | path

Searched refs:EP_MAX_ESIT_PAYLOAD_HI (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h667 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24) macro
H A Dxhci.c582 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h703 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) & GENMASK(23, 16)) >> 16) << 24) macro
H A Dcdnsp-mem.c996 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in cdnsp_endpoint_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h525 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24) macro
H A Dxhci-mem.c1477 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()