Searched refs:daint_in (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ds3c-hsotg.c2143 u32 daint_in = daint & ~(daint_out << S3C_DAINT_OutEP_SHIFT); local
2153 for (ep = 0; ep < 15 && daint_in; ep++, daint_in >>= 1) {
2154 if (daint_in & 1)

Completed in 53 milliseconds