Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c779 unsigned maxp; in dwc3_ep0_complete_data() local
814 maxp = ep0->endpoint.maxpacket; in dwc3_ep0_complete_data()
822 transfer_size = (ur->length / maxp) * maxp; in dwc3_ep0_complete_data()
835 maxp); in dwc3_ep0_complete_data()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h643 int maxp = __le16_to_cpu(epd->wMaxPacketSize); in usb_endpoint_maxp_mult() local
645 return USB_EP_MAXP_MULT(maxp) + 1; in usb_endpoint_maxp_mult()