Searched defs:ep0_mps (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/dwc2/
H A Dgadget.c1922 int ep0_mps = 0, ep_mps = 8; local
1943 ep0_mps = EP0_MPS_LIMIT;
1949 ep0_mps = EP0_MPS_LIMIT;
1970 if (ep0_mps) {
1972 s3c_hsotg_set_ep_maxpacket(hsotg, 0, ep0_mps);

Completed in 69 milliseconds