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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c2090 u32 daint_in = daint & ~(daint_out << S3C_DAINT_OutEP_SHIFT); local
2100 for (ep = 0; ep < 15 && daint_in; ep++, daint_in >>= 1) {
2101 if (daint_in & 1)

Completed in 32 milliseconds