EP_OUT
tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual,
bytes = udc_read_hwep(udc, EP_OUT, (u32 *) &ctrlpkt, 8);
epstatus = udc_clearep_getsts(udc, EP_OUT);
udc_clrstall_hwep(udc, EP_OUT);
if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) {
if (tmp & (EP_MASK_SEL(0, EP_OUT)))
if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) {