Home
last modified time | relevance | path

Searched refs:ep_maxpacket (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h92 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Ddwc2_udc_otg.c629 || ep_maxpacket(ep) < in dwc2_ep_enable()
648 ep_maxpacket(ep)) || !get_unaligned(&desc->wMaxPacketSize)) { in dwc2_ep_enable()
H A Ddwc2_udc_otg_xfer_dma.c145 length = min(length, (u32)ep_maxpacket(ep)); in setdma_tx()
715 max = ep_maxpacket(ep); in write_fifo_ep0()