Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h666 #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) & 0xffff) << 16) macro
H A Dxhci.c610 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h702 #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) << 16) & GENMASK(31, 16)) macro
H A Dcdnsp-mem.c1004 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in cdnsp_endpoint_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h524 #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) & 0xffff) << 16) macro
H A Dxhci-mem.c1487 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_endpoint_init()