max3420_do_data
if (epirq & OUT0DAVIRQ && max3420_do_data(udc, 0, 0)) {
if (epirq & IN0BAVIRQ && max3420_do_data(udc, 0, 1))
if (epirq & OUT1DAVIRQ && max3420_do_data(udc, 1, 0)) {
if (epirq & IN2BAVIRQ && max3420_do_data(udc, 2, 1))
if (epirq & IN3BAVIRQ && max3420_do_data(udc, 3, 1))
max3420_do_data(udc, 0, 1); /* get done with the EP0 ZLP */