Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h668 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c583 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h778 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24) macro
H A Dxhci-mem.c1589 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init()