Searched refs:do_data (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | max3420_udc.c | 613 static int do_data(struct max3420_udc *udc, int ep_id, int in) in do_data() function 740 if (epirq & bOUT0DAVIRQ && do_data(udc, 0, 0)) { in max3420_handle_irqs() 745 if (epirq & bIN0BAVIRQ && do_data(udc, 0, 1)) in max3420_handle_irqs() 748 if (epirq & bOUT1DAVIRQ && do_data(udc, 1, 0)) { in max3420_handle_irqs() 753 if (epirq & bIN2BAVIRQ && do_data(udc, 2, 1)) in max3420_handle_irqs() 756 if (epirq & bIN3BAVIRQ && do_data(udc, 3, 1)) in max3420_handle_irqs() 764 do_data(udc, 0, 1); /* get done with the EP0 ZLP */ in max3420_irq()
|
Completed in 4 milliseconds