Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h668 #define EP_MAX_ESIT_PAYLOAD_HI(p) ((((p) >> 16) & 0xff) << 24) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c586 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()