Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h667 #define EP_MAX_ESIT_PAYLOAD_LO(p) (((p) & 0xffff) << 16) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c614 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()