
28 Sep
2009
28 Sep
'09
1:11 a.m.
On Thu, Sep 10, 2009 at 9:37 PM, Dipen Dudhat dipen.dudhat@freescale.com wrote:
while (size && (!(irqstat & IRQSTAT_TC))) {
udelay(100);
irqstat = in_be32(®s->irqstat);
databuf = in_le32(®s->datport);
*((uint *)buffer) = databuf;
buffer += 4;
size -= 4;
}
Is the udelay(100) the recommended delay time by the chip manual or empirical value? Can you add a comment before the udelay?
Regards, Bin Meng