Searched refs:daint_in (Results 1 – 1 of 1) sorted by relevance
2090 u32 daint_in = daint & ~(daint_out << S3C_DAINT_OutEP_SHIFT); in s3c_hsotg_irq() local2100 for (ep = 0; ep < 15 && daint_in; ep++, daint_in >>= 1) { in s3c_hsotg_irq()2101 if (daint_in & 1) in s3c_hsotg_irq()